summaryrefslogtreecommitdiff
path: root/math/php4-bcmath/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/php4-bcmath/patches/patch-ab')
-rw-r--r--math/php4-bcmath/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/php4-bcmath/patches/patch-ab b/math/php4-bcmath/patches/patch-ab
new file mode 100644
index 00000000000..740d5f6cfaf
--- /dev/null
+++ b/math/php4-bcmath/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/10/16 07:00:05 jlam Exp $
+
+--- bcmath.c.orig Thu May 24 08:41:36 2001
++++ bcmath.c
+@@ -28,7 +28,7 @@
+
+ #include "ext/standard/info.h"
+ #include "php_bcmath.h"
+-#include "ext/bcmath/libbcmath/src/bcmath.h"
++#include "libbcmath/src/bcmath.h"
+
+ function_entry bcmath_functions[] = {
+ PHP_FE(bcadd, NULL)