diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2004-07-27 23:15:02 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-27 23:15:02 +0000 |
| commit | 430459f9cf2cc53d9315cee0d21f6929de0f249a (patch) | |
| tree | be670854062f8224ffe73403370c762eb4057c54 /textproc/php5-wddx | |
| parent | MFphp4: Enable activation of bind_textdomain_codeset() function. (diff) | |
MFphp4: Fix compilation of wddx extension.
Diffstat (limited to 'textproc/php5-wddx')
| -rw-r--r-- | textproc/php5-wddx/files/patch-config.m4 | 22 | ||||
| -rw-r--r-- | textproc/php5-wddx/files/patch-wddx.c | 13 |
2 files changed, 35 insertions, 0 deletions
diff --git a/textproc/php5-wddx/files/patch-config.m4 b/textproc/php5-wddx/files/patch-config.m4 new file mode 100644 index 000000000000..08787003b8f9 --- /dev/null +++ b/textproc/php5-wddx/files/patch-config.m4 @@ -0,0 +1,22 @@ +--- config.m4.orig Mon Jul 26 09:05:10 2004 ++++ config.m4 Mon Jul 26 09:07:46 2004 +@@ -5,6 +5,9 @@ + PHP_ARG_ENABLE(wddx,whether to enable WDDX support, + [ --enable-wddx Enable WDDX support.]) + ++PHP_ARG_WITH(libxml-dir, libxml2 install dir, ++[ --with-libxml-dir=<DIR> WDDX: libxml2 install prefix], no, no) ++ + if test "$PHP_WDDX" != "no"; then + if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then + AC_MSG_WARN(Activating XML) +@@ -12,4 +15,9 @@ + fi + AC_DEFINE(HAVE_WDDX, 1, [ ]) + PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared) ++ ++ PHP_SETUP_LIBXML(WDDX_SHARED_LIBADD, [ ++ ], [ ++ AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.]) ++ ]) + fi diff --git a/textproc/php5-wddx/files/patch-wddx.c b/textproc/php5-wddx/files/patch-wddx.c new file mode 100644 index 000000000000..0a26af4abf7c --- /dev/null +++ b/textproc/php5-wddx/files/patch-wddx.c @@ -0,0 +1,13 @@ +--- wddx.c.orig Mon Jul 26 08:56:21 2004 ++++ wddx.c Mon Jul 26 08:56:40 2004 +@@ -18,6 +18,10 @@ + + /* $Id: wddx.c,v 1.96.2.5.2.1 2004/07/13 13:15:30 iliaa Exp $ */ + ++#ifdef HAVE_CONFIG_H ++# include "config.h" ++#endif ++ + #include "php.h" + #include "php_wddx.h" + |
