diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 14:50:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 15:48:35 +0000 |
commit | 0a81e54e0f4f94a4a36bfa31c597fcba993103e9 (patch) | |
tree | da97319a919bb35f21f3dedc376220a25bce2fd9 /app-accessibility/nfbtrans | |
parent | app-benchmarks/acovea-gtk: fix src_prepare (diff) | |
download | gentoo-0a81e54e0f4f94a4a36bfa31c597fcba993103e9.tar.gz gentoo-0a81e54e0f4f94a4a36bfa31c597fcba993103e9.tar.bz2 gentoo-0a81e54e0f4f94a4a36bfa31c597fcba993103e9.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-accessibility/nfbtrans')
3 files changed, 6 insertions, 8 deletions
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
|