mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Enable xslt_set_encoding and xslt_getopt functions.
PR: ports/69630 Submitted by: Martijn Broeders <martijn@zuul.nu>
This commit is contained in:
parent
9f1f99bfcd
commit
fb266f2381
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114810
1 changed files with 20 additions and 0 deletions
20
textproc/php4-xslt/files/patch-config.m4
Normal file
20
textproc/php4-xslt/files/patch-config.m4
Normal 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, [ ])
|
Loading…
Add table
Reference in a new issue