aboutsummaryrefslogtreecommitdiff
path: root/textproc/php4-xslt
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-26 21:29:58 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-26 21:29:58 +0000
commitfb266f2381ea9edbaf48e28684ab0987fe6aa752 (patch)
treea016971af676679dd64c21e22d4ed662c75ffed9 /textproc/php4-xslt
parent9f1f99bfcd432f087359e2e983104474c2e8bcb3 (diff)
downloadports-fb266f2381ea9edbaf48e28684ab0987fe6aa752.tar.gz
ports-fb266f2381ea9edbaf48e28684ab0987fe6aa752.zip
Notes
Diffstat (limited to 'textproc/php4-xslt')
-rw-r--r--textproc/php4-xslt/files/patch-config.m420
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/php4-xslt/files/patch-config.m4 b/textproc/php4-xslt/files/patch-config.m4
new file mode 100644
index 000000000000..cf19f9c12902
--- /dev/null
+++ b/textproc/php4-xslt/files/patch-config.m4
@@ -0,0 +1,20 @@
+--- config.m4.orig Mon Jul 26 23:21:42 2004
++++ config.m4 Mon Jul 26 23:24:25 2004
+@@ -146,7 +146,7 @@
+ [
+ AC_DEFINE(HAVE_SABLOT_SET_ENCODING, 1, [ ])
+ ], [], [
+- -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS
++ -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS -lexpat -liconv
+ ])
+
+ dnl SablotSetOptions implemented in Sablotron CVS > 2002/10/31
+@@ -154,7 +154,7 @@
+ [
+ AC_DEFINE(HAVE_SABLOT_GET_OPTIONS, 1, [Whether Sablotron supports SablotGetOptions])
+ ], [], [
+- -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS
++ -L$XSLT_DIR/lib $PHP_SABLOT_JS_LIBS -lexpat -liconv
+ ])
+
+ AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])