diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-aa | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-aa b/graphics/gdk-pixbuf/files/patch-aa index 8f2d6e17f06b..eddda5e6374c 100644 --- a/graphics/gdk-pixbuf/files/patch-aa +++ b/graphics/gdk-pixbuf/files/patch-aa @@ -1,28 +1,25 @@ - -$FreeBSD$ - ---- configure.orig Fri Oct 26 01:10:31 2001 -+++ configure Fri Oct 26 11:00:48 2001 -@@ -3435,6 +3435,7 @@ - - +--- configure.orig Thu Apr 18 18:52:49 2002 ++++ configure Fri Apr 19 12:40:56 2002 +@@ -8849,6 +8849,7 @@ + fi + STRIP_DUMMY= +if [ x"$BUILD_CANVAS" != x"no" ]; then # Extract the first word of "gnome-config", so it can be a program name with args. set dummy gnome-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -@@ -3465,6 +3466,10 @@ + echo "$as_me:8854: checking for $ac_word" >&5 +@@ -8878,6 +8879,10 @@ esac fi - GNOME_CONFIG="$ac_cv_path_GNOME_CONFIG" + GNOME_CONFIG=$ac_cv_path_GNOME_CONFIG +else +GNOME_CONFIG="no" +fi + + if test -n "$GNOME_CONFIG"; then - echo "$ac_t""$GNOME_CONFIG" 1>&6 - else -@@ -3571,8 +3576,8 @@ + echo "$as_me:8883: result: $GNOME_CONFIG" >&5 +@@ -8994,8 +8999,8 @@ #define USE_GMODULE 1 EOF @@ -30,11 +27,11 @@ $FreeBSD$ - GMODULE_FLAGS="`glib-config --cflags gmodule`" + GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`" + GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`" - - - echo "$ac_t""yes" 1>&6 -@@ -4448,7 +4453,7 @@ + echo "$as_me:9000: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +@@ -10104,7 +10109,7 @@ + fi; if test "x$with_html_dir" = "x" ; then - HTML_DIR='${datadir}/gnome/html' |