freebsd-ports/www/gtkhtml/files/patch-af
Joe Marcus Clarke 41bacf8722 * Update to 1.1.10
* Remove USE_GNOMENG macro
2003-04-05 04:55:05 +00:00

19 lines
668 B
Text

--- configure.orig Mon Mar 31 13:06:33 2003
+++ configure Fri Apr 4 22:43:24 2003
@@ -5895,6 +5895,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7736,7 +7737,7 @@
if test "x$enable_xim" = "xyes"; then
BACKUP_LDFLAGS=$LDFLAGS
- LDFLAGS="$LDFLAGS `gtk-config --libs`"
+ LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`"
echo $ac_n "checking for gdk_im_begin""... $ac_c" 1>&6
echo "configure:7742: checking for gdk_im_begin" >&5
if eval "test \"`echo '$''{'ac_cv_func_gdk_im_begin'+set}'`\" = set"; then