diff options
Diffstat (limited to 'x11/xscreensaver/files/patch-ab')
-rw-r--r-- | x11/xscreensaver/files/patch-ab | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab index d75477c6e95..7614a2a1dde 100644 --- a/x11/xscreensaver/files/patch-ab +++ b/x11/xscreensaver/files/patch-ab @@ -1,6 +1,24 @@ ---- configure.orig Fri May 31 20:43:47 2002 -+++ configure Wed Jun 5 00:58:27 2002 -@@ -17452,13 +17452,13 @@ +--- configure.orig Thu Aug 14 02:52:10 2003 ++++ configure Sun Sep 7 15:52:28 2003 +@@ -2380,7 +2380,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" + # supposedly gcc 3.4 will have "-Wdeclaration-after-statement" + # and then perhaps we can do without -pedantic? + else +@@ -12859,7 +12859,7 @@ + ok="yes" + pkg_check_version gtk+ 1.2 ; ac_gtk_version_string="$vers" + pkg_check_version glib 1.0 +- pkg_check_version gdk_pixbuf 0.1 ++ # pkg_check_version gdk_pixbuf 0.1 - pick this up later + have_gtk="$ok" + + # Now check for Gnome... +@@ -17886,13 +17886,13 @@ # Now that we know whether we have Gnome, we can decide where the XML # config files get installed. # |