diff options
Diffstat (limited to 'app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch')
-rw-r--r-- | app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch b/app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch index 3ea4bf97efd0..23196ca0c3c4 100644 --- a/app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch +++ b/app-text/enscript/files/enscript-1.6.4-fsf-gcc-darwin.patch @@ -3,8 +3,8 @@ darwin: __private_extern__ is an Apple-ism, we really don't want In particular FSF GCC barfs about this, which is much preferred over ancient gcc-apple (4.2.1). ---- compat/regex.c -+++ compat/regex.c +--- a/compat/regex.c ++++ b/compat/regex.c @@ -5539,9 +5539,6 @@ It returns 0 if it succeeds, nonzero if it doesn't. (See regex.h for the return codes and their meanings.) */ |