aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-01-28 09:03:43 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-01-28 09:03:43 +0000
commit5d358fdb367c009eb3fe12bcbc1d6d8fc86b86d0 (patch)
treefb136e594cee99a272f719dab99c93a58958e48b /converters
parenta986780778b44234ad4de75a25a70b069cf74b55 (diff)
downloadports-5d358fdb367c009eb3fe12bcbc1d6d8fc86b86d0.tar.gz
ports-5d358fdb367c009eb3fe12bcbc1d6d8fc86b86d0.zip
Fix another PHP bug and unbreak build on amd64.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=154637
Diffstat (limited to 'converters')
-rw-r--r--converters/php5-mbstring/files/patch-oniguruma_regerror.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/converters/php5-mbstring/files/patch-oniguruma_regerror.c b/converters/php5-mbstring/files/patch-oniguruma_regerror.c
new file mode 100644
index 000000000000..969b57625924
--- /dev/null
+++ b/converters/php5-mbstring/files/patch-oniguruma_regerror.c
@@ -0,0 +1,10 @@
+--- oniguruma/regerror.c.orig Sat Jan 28 09:53:54 2006
++++ oniguruma/regerror.c Sat Jan 28 09:56:58 2006
+@@ -27,6 +27,7 @@
+ * SUCH DAMAGE.
+ */
+
++#include "config.h"
+ #include "regint.h"
+ #include <stdio.h> /* for vsnprintf() */
+