diff options
Diffstat (limited to '')
-rw-r--r-- | x11/xscreensaver/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab deleted file mode 100644 index 046d796521ad..000000000000 --- a/x11/xscreensaver/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Feb 26 17:37:55 2004 -+++ configure Sat Mar 6 23:51:07 2004 -@@ -2574,7 +2574,7 @@ - if test -n "$GCC"; then - echo "$as_me:$LINENO: result: Turning on gcc compiler warnings." >&5 - echo "${ECHO_T}Turning on gcc compiler warnings." >&6 -- CC="$CC -pedantic -Wall -Wstrict-prototypes -Wnested-externs" -+ CC="$CC -Wall -Wstrict-prototypes -Wnested-externs" - OBJCC="$OBJCC -Wall" - # supposedly gcc 3.4 will have "-Wdeclaration-after-statement" - # and then perhaps we can do without -pedantic? |