diff options
Diffstat (limited to 'x11/gdkxft/files/patch-configure')
-rw-r--r-- | x11/gdkxft/files/patch-configure | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/gdkxft/files/patch-configure b/x11/gdkxft/files/patch-configure deleted file mode 100644 index e4f846d..0000000 --- a/x11/gdkxft/files/patch-configure +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sat Sep 1 23:42:19 2001 -+++ configure Mon Sep 3 18:08:35 2001 -@@ -1744,9 +1744,9 @@ - - echo $ac_n "checking for libgdk.la""... $ac_c" 1>&6 - echo "configure:1747: checking for libgdk.la" >&5 --GTK_PREFIX=`gtk-config --prefix` -+GTK_PREFIX=`$GTK_CONFIG --prefix` - GDK_LIB_PREFIX=$GTK_PREFIX/lib --GDK_LA=$GDK_LIB_PREFIX/libgdk.la -+GDK_LA=$GDK_LIB_PREFIX/libgdk12.a - if test -r $GDK_LA - then echo "$ac_t""$GDK_LA" 1>&6 - else echo "$ac_t""not found" 1>&6 ; { echo "configure: error: libgdk.la is missing" 1>&2; exit 1; } -@@ -1754,7 +1754,7 @@ - - echo $ac_n "checking for dlopenable libgdk.so""... $ac_c" 1>&6 - echo "configure:1757: checking for dlopenable libgdk.so" >&5 --GDK_DLOPEN_NAME=`sed -n -e "s/^dlname='\\([^']*\\)'$/\\1/p" $GDK_LA` -+GDK_DLOPEN_NAME="libgdk12.so" - if test x$GDK_DLOPEN_NAME = x - then echo "$ac_t""not found" 1>&6 ; { echo "configure: error: can't see how to dlopen libgdk" 1>&2; exit 1; } - else echo "$ac_t""$GDK_DLOPEN_NAME" 1>&6 |