summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2006-04-22 10:54:53 +0000
committerjdolecek <jdolecek>2006-04-22 10:54:53 +0000
commit0058fb180bef433998ccf05cef39b140c38e9d2a (patch)
tree9359791de50f1e5b8287ac70a3c8eac6c31cafcc /lang
parent9a716a6156b75320e0554f574359a2681c5be083 (diff)
downloadpkgsrc-0058fb180bef433998ccf05cef39b140c38e9d2a.tar.gz
do not require -I${PREFIX}/include/php/ext/date/lib when building
extension using php_date.h problem reported upstream as PHP Bug 37163
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/distinfo3
-rw-r--r--lang/php5/patches/patch-as13
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/php5/distinfo b/lang/php5/distinfo
index 81560ec37f2..4595f54a859 100644
--- a/lang/php5/distinfo
+++ b/lang/php5/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2006/04/22 10:41:59 jdolecek Exp $
+$NetBSD: distinfo,v 1.18 2006/04/22 10:54:53 jdolecek Exp $
SHA1 (php-5.1.2.tar.bz2) = f6acc67c293345ad22065768f3049834cb8a912e
RMD160 (php-5.1.2.tar.bz2) = 1e21b5ba280b7efc8197802c673bb5d4e9dc9f8e
@@ -11,4 +11,5 @@ SHA1 (patch-ao) = 60fec83647ca5924a38bf4d5e8abb51feba1620e
SHA1 (patch-ap) = 79bb4da2c98cc5dc43e66d1a7a940b34401b3811
SHA1 (patch-aq) = 3dede277476e99d927a5333d82ae9096b96e58f7
SHA1 (patch-ar) = 819b84c4dbb9973159d2c2fe11f77044f6b4d0b9
+SHA1 (patch-as) = 217c06efe5912570fab64f205d0b4faa07cda063
SHA1 (patch-at) = 1f700e2d91dd64538b1223b0ddad875c57b8f8af
diff --git a/lang/php5/patches/patch-as b/lang/php5/patches/patch-as
new file mode 100644
index 00000000000..0665bd8cb40
--- /dev/null
+++ b/lang/php5/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2006/04/22 10:54:53 jdolecek Exp $
+
+--- ext/date/lib/timelib_structs.h.orig 2006-04-22 12:51:57.000000000 +0200
++++ ext/date/lib/timelib_structs.h
+@@ -21,7 +21,7 @@
+ #ifndef __TIMELIB_STRUCTS_H__
+ #define __TIMELIB_STRUCTS_H__
+
+-#include <timelib_config.h>
++#include "timelib_config.h"
+
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>