summaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver-gnome/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xscreensaver-gnome/files/patch-ab')
-rw-r--r--x11/xscreensaver-gnome/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/xscreensaver-gnome/files/patch-ab b/x11/xscreensaver-gnome/files/patch-ab
deleted file mode 100644
index 5e896db2d..000000000
--- a/x11/xscreensaver-gnome/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Wed Mar 23 02:35:18 2005
-+++ configure Wed Mar 23 02:36:54 2005
-@@ -2666,7 +2666,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?
-@@ -14516,7 +14516,7 @@
- GTK_DATADIR=""
- if test "$have_gtk" = yes; then
- GTK_DATADIR=`$pkg_config --variable=prefix gtk+-2.0`
-- GTK_DATADIR="$GTK_DATADIR/share"
-+ GTK_DATADIR="$GTK_DATADIR/share/gnome"
- fi
-
- if test "$have_gtk" = yes; then