From 0a81e54e0f4f94a4a36bfa31c597fcba993103e9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Apr 2021 14:50:19 +0000 Subject: app-accessibility/nfbtrans: fix patches Upper case source files! Don't test on a case-insensitive filesystem (or at least remember you're on one...) Closes: https://bugs.gentoo.org/779922 Signed-off-by: Sam James --- app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch | 4 ++-- app-accessibility/nfbtrans/files/nfbtrans-7.74-getline-fix.patch | 6 ++---- .../nfbtrans/files/nfbtrans-7.74-respect-ldflags.patch | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) (limited to 'app-accessibility') diff --git a/app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch b/app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch index 7040de343db0..5dbdcd504fd7 100644 --- a/app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch +++ b/app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch @@ -1,5 +1,5 @@ ---- a/nfbtrans.c 2004-09-21 19:52:34.341784094 -0500 -+++ b/nfbtrans.c 2004-09-21 19:54:07.005727168 -0500 +--- a/NFBTRANS.C ++++ b/NFBTRANS.C @@ -6,7 +6,7 @@ #define LINT_ARGS #define DOS diff --git a/app-accessibility/nfbtrans/files/nfbtrans-7.74-getline-fix.patch b/app-accessibility/nfbtrans/files/nfbtrans-7.74-getline-fix.patch index 14c13c063246..fba828479ed0 100644 --- a/app-accessibility/nfbtrans/files/nfbtrans-7.74-getline-fix.patch +++ b/app-accessibility/nfbtrans/files/nfbtrans-7.74-getline-fix.patch @@ -1,7 +1,5 @@ -diff --git a/nfbtrans.c.orig b/nfbtrans.c -index e697393..9a2944e 100644 ---- a/nfbtrans.c.orig -+++ b/nfbtrans.c +--- a/NFBTRANS.C ++++ b/NFBTRANS.C @@ -534,7 +534,7 @@ void compact_line(char *); void length_error(char *); void do_lop_op(foptype *); diff --git a/app-accessibility/nfbtrans/files/nfbtrans-7.74-respect-ldflags.patch b/app-accessibility/nfbtrans/files/nfbtrans-7.74-respect-ldflags.patch index 61c991c8a368..37434681833a 100644 --- a/app-accessibility/nfbtrans/files/nfbtrans-7.74-respect-ldflags.patch +++ b/app-accessibility/nfbtrans/files/nfbtrans-7.74-respect-ldflags.patch @@ -1,5 +1,5 @@ ---- a/Makefile 2017-06-13 11:08:23.428114301 -0500 -+++ b/Makefile 2017-06-13 11:09:01.084376256 -0500 +--- a/Makefile ++++ b/Makefile @@ -28,10 +28,10 @@ djgppall: nfbtrans.exe -- cgit v1.2.3-65-gdbad