diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 04:55:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 04:55:05 +0000 |
commit | 41bacf87229590d5c0c3e83abb9b002152e01b6f (patch) | |
tree | 4a27c7c4df24c0dd93702b42f0a92d800ac0d315 /www/gtkhtml3/files | |
parent | Add missing @dirrm (diff) |
* Update to 1.1.10
* Remove USE_GNOMENG macro
Notes
Notes:
svn path=/head/; revision=78238
Diffstat (limited to 'www/gtkhtml3/files')
-rw-r--r-- | www/gtkhtml3/files/patch-af | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/gtkhtml3/files/patch-af b/www/gtkhtml3/files/patch-af index f6bf8a431549..473c4820bbcf 100644 --- a/www/gtkhtml3/files/patch-af +++ b/www/gtkhtml3/files/patch-af @@ -1,6 +1,6 @@ ---- configure.orig Mon Oct 7 15:12:16 2002 -+++ configure Sat Oct 12 20:42:50 2002 -@@ -7679,6 +7679,7 @@ +--- 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" @@ -8,12 +8,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10215,7 +10216,7 @@ +@@ -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 "$as_me:$LINENO: checking for gdk_im_begin" >&5 - echo $ECHO_N "checking for gdk_im_begin... $ECHO_C" >&6 - if test "${ac_cv_func_gdk_im_begin+set}" = set; then + 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 |