aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-06-04 16:19:14 +0800
committerdougb <dougb@FreeBSD.org>2006-06-04 16:19:14 +0800
commitfc243b8f474c6aadc7848c62b0e85ab8c64ff6d6 (patch)
treef9a24c272ee8e349237ba2586c8d90c3d343684e /x11/xscreensaver
parent412a1747498b3f2c95295bfba37c430446b0bad5 (diff)
downloadfreebsd-ports-gnome-fc243b8f474c6aadc7848c62b0e85ab8c64ff6d6.tar.gz
freebsd-ports-gnome-fc243b8f474c6aadc7848c62b0e85ab8c64ff6d6.tar.zst
freebsd-ports-gnome-fc243b8f474c6aadc7848c62b0e85ab8c64ff6d6.zip
This patch is no longer needed in version 5.00
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?