Enable xslt_set_encoding and xslt_getopt functions.

PR:		ports/69630
Submitted by:	Martijn Broeders <martijn@zuul.nu>
This commit is contained in:
Alex Dupre 2004-07-26 21:29:58 +00:00
parent 9f1f99bfcd
commit fb266f2381
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114810

View file

@ -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, [ ])