aboutsummaryrefslogtreecommitdiff
path: root/x11/xscreensaver-gnome/files/patch-ab
blob: 5e896db2d49b901dd3211d1e96c6863c4cc3e4e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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