diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-26 21:29:58 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-26 21:29:58 +0000 |
commit | fb266f2381ea9edbaf48e28684ab0987fe6aa752 (patch) | |
tree | a016971af676679dd64c21e22d4ed662c75ffed9 /textproc/php4-xslt/files | |
parent | 9f1f99bfcd432f087359e2e983104474c2e8bcb3 (diff) | |
download | ports-fb266f2381ea9edbaf48e28684ab0987fe6aa752.tar.gz ports-fb266f2381ea9edbaf48e28684ab0987fe6aa752.zip |
Notes
Diffstat (limited to 'textproc/php4-xslt/files')
-rw-r--r-- | textproc/php4-xslt/files/patch-config.m4 | 20 |
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, [ ]) |