summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-06-04 08:19:14 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-06-04 08:19:14 +0000
commitf521af3171b6c573b31b49122bbdabcf70dd7c37 (patch)
tree63cbfc671fe974693061e8a375e57a33063741a4 /x11/xscreensaver
parentFix plist after last commit. (diff)
This patch is no longer needed in version 5.00
Notes
Notes: svn path=/head/; revision=164327
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/files/patch-ab11
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?