summaryrefslogtreecommitdiff
path: root/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4')
-rw-r--r--x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4
deleted file mode 100644
index d9e8d9c89f91..000000000000
--- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/gtkhtml/config.m4.orig Thu Apr 11 04:19:46 2002
-+++ ext/gtkhtml/config.m4 Sat Dec 7 21:16:19 2002
-@@ -21,7 +21,7 @@
- AC_MSG_ERROR(unable to locate gnome-config)
- else
- HTML_CFLAGS=`$GNOME_CONFIG --cflags $module_args`
-- if test "x$?" == "x1"; then
-+ if test "x$?" = "x1"; then
- AC_MSG_ERROR(gnome-config doesn't seem to have support for gtkhtml)
- fi
- HTML_LIBS=`$GNOME_CONFIG --libs $module_args`