diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-16 14:47:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-16 14:47:30 +0000 |
commit | cbaa66da4a51bd786500cb57b59f577918cc438f (patch) | |
tree | 2adc006b27a52d81cb2dc189fb1b4307f349f786 /www/gtkhtml3/files | |
parent | d660facd9e3e2e9394fb700be7d4fc0f6fe13f79 (diff) | |
download | ports-cbaa66da4a51bd786500cb57b59f577918cc438f.tar.gz ports-cbaa66da4a51bd786500cb57b59f577918cc438f.zip |
Notes
Diffstat (limited to 'www/gtkhtml3/files')
-rw-r--r-- | www/gtkhtml3/files/patch-af | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/gtkhtml3/files/patch-af b/www/gtkhtml3/files/patch-af index fee4a53519fc..d0a58d2ba272 100644 --- a/www/gtkhtml3/files/patch-af +++ b/www/gtkhtml3/files/patch-af @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Mon Apr 15 19:37:22 2002 -+++ configure Wed May 1 12:17:00 2002 -@@ -7025,6 +7025,7 @@ +--- configure.orig Sun Jun 16 16:45:03 2002 ++++ configure Sun Jun 16 16:45:40 2002 +@@ -7012,6 +7012,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,12 +11,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9334,7 +9335,7 @@ +@@ -9321,7 +9322,7 @@ if test "x$enable_xim" = "xyes"; then BACKUP_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS `gtk-config --libs`" + LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`" - echo "$as_me:9338: checking for gdk_im_begin" >&5 + echo "$as_me:9325: 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 |