diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-04-22 10:27:05 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-04-22 10:27:05 +0000 |
commit | 720c00e9ec6a00932ff5d0b8af27a2270bad6e84 (patch) | |
tree | 1c32114c7428dc4365b7f250ffe9bc7b17ee2592 /lang | |
parent | 9fc2d7d28106475bc308a209655b44e662911609 (diff) | |
download | pkgsrc-720c00e9ec6a00932ff5d0b8af27a2270bad6e84.tar.gz |
add patch to actually compile the contents of PHP WDDX module; before
it produced empty *.so and the module couldn't be actually used
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/distinfo | 3 | ||||
-rw-r--r-- | lang/php5/patches/patch-at | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lang/php5/distinfo b/lang/php5/distinfo index cccc3ec08a5..a188f9675a8 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2006/04/14 13:47:29 cube Exp $ +$NetBSD: distinfo,v 1.16 2006/04/22 10:27:05 jdolecek Exp $ SHA1 (php-5.1.2.tar.bz2) = f6acc67c293345ad22065768f3049834cb8a912e RMD160 (php-5.1.2.tar.bz2) = 1e21b5ba280b7efc8197802c673bb5d4e9dc9f8e @@ -11,3 +11,4 @@ SHA1 (patch-ao) = 60fec83647ca5924a38bf4d5e8abb51feba1620e SHA1 (patch-ap) = 79bb4da2c98cc5dc43e66d1a7a940b34401b3811 SHA1 (patch-aq) = 3dede277476e99d927a5333d82ae9096b96e58f7 SHA1 (patch-ar) = 819b84c4dbb9973159d2c2fe11f77044f6b4d0b9 +SHA1 (patch-as) = 1f700e2d91dd64538b1223b0ddad875c57b8f8af diff --git a/lang/php5/patches/patch-at b/lang/php5/patches/patch-at new file mode 100644 index 00000000000..7905878fc7f --- /dev/null +++ b/lang/php5/patches/patch-at @@ -0,0 +1,11 @@ +$NetBSD: patch-at,v 1.1 2006/04/22 10:27:05 jdolecek Exp $ + +--- ext/wddx/wddx.c.orig 2006-04-22 11:53:01.000000000 +0200 ++++ ext/wddx/wddx.c +@@ -20,2 +20,6 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" |