diff options
author | dougb <dougb@FreeBSD.org> | 2003-11-10 15:50:40 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-11-10 15:50:40 +0800 |
commit | 00322e89f8f2df9ca38e1d7d2ba67ca56b978b56 (patch) | |
tree | 816d99bb0ccc6d4a3188b4c731272e862b9f070a /x11/xscreensaver/files | |
parent | 17fccbe302c061849284e34021afbaafa81a48cb (diff) | |
download | freebsd-ports-gnome-00322e89f8f2df9ca38e1d7d2ba67ca56b978b56.tar.gz freebsd-ports-gnome-00322e89f8f2df9ca38e1d7d2ba67ca56b978b56.tar.zst freebsd-ports-gnome-00322e89f8f2df9ca38e1d7d2ba67ca56b978b56.zip |
Update for version 4.14. Usual combination of new hacks, and a few bug fixes.
Diffstat (limited to 'x11/xscreensaver/files')
-rw-r--r-- | x11/xscreensaver/files/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab index 7614a2a1ddea..38bb68934ceb 100644 --- a/x11/xscreensaver/files/patch-ab +++ b/x11/xscreensaver/files/patch-ab @@ -1,15 +1,15 @@ ---- configure.orig Thu Aug 14 02:52:10 2003 -+++ configure Sun Sep 7 15:52:28 2003 -@@ -2380,7 +2380,7 @@ +--- configure.orig Sat Oct 25 00:47:18 2003 ++++ configure Sun Nov 9 23:11:47 2003 +@@ -2572,7 +2572,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? - else -@@ -12859,7 +12859,7 @@ +@@ -13323,7 +13323,7 @@ ok="yes" pkg_check_version gtk+ 1.2 ; ac_gtk_version_string="$vers" pkg_check_version glib 1.0 @@ -18,7 +18,7 @@ have_gtk="$ok" # Now check for Gnome... -@@ -17886,13 +17886,13 @@ +@@ -18603,13 +18603,13 @@ # Now that we know whether we have Gnome, we can decide where the XML # config files get installed. # |