freebsd-ports/x11-toolkits/php-gtk/files/patch-ext_gtkhtml_config.m4
Edwin Groothuis dd3060cd59 New port: php-gtk
Great! I had planned to port this application.

	Here are some patches to the original submitted PR.  They
	upgrade to v. 0.5.2, force the build of self contained
	extensions, install examples (all tested and working), fix
	some typos in the code, USE_GNOMENG, and add a BUILD_DEP
	towards phpize.

	I have also added knobs to build gdkpixbuf and gtkhtml
	extensions (not scintilla). They build OK, but I have been
	unable to test them => they are not installed.

PR:		ports/46201
Submitted by:	Th. Thomas.
2003-04-01 23:06:03 +00:00

11 lines
419 B
Text

--- 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`