diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-06-04 08:19:14 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-06-04 08:19:14 +0000 |
commit | f521af3171b6c573b31b49122bbdabcf70dd7c37 (patch) | |
tree | 63cbfc671fe974693061e8a375e57a33063741a4 /x11/xscreensaver | |
parent | 1b4a23477cd88e41a341a5cabec286b7239eebc0 (diff) |
Notes
Diffstat (limited to 'x11/xscreensaver')
-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? |