diff options
Diffstat (limited to 'sysutils/file/patches/patch-ab')
-rw-r--r-- | sysutils/file/patches/patch-ab | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/file/patches/patch-ab b/sysutils/file/patches/patch-ab deleted file mode 100644 index c8daabd3c5a..00000000000 --- a/sysutils/file/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2009/05/21 15:58:18 sno Exp $ - -If $gcc is unset, original comparisation fails badly -regardless 'if test = no' or 'if test "" = no' - ---- configure.orig 2009-05-18 17:20:11.000000000 +0000 -+++ configure 2009-05-18 17:21:26.000000000 +0000 -@@ -23563,17 +23563,17 @@ - fi - else - --if test "$GCC" = no; then -- WARNINGS= -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } --else -+if test "$GCC" = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6; } - WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ - -Wmissing-declarations -Wredundant-decls -Wnested-externs \ - -Wsign-compare -Wreturn-type -Wswitch -Wshadow \ - -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter" -+else -+ WARNINGS= -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - fi - fi - |