blob: fbdef80d6e1195a10c5ae27bf7f78584e7cc6468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ab,v 1.3 2003/12/01 14:23:51 jdolecek Exp $
This is PHP CVS tree now, remove patch from pkgsrc on next PHP update.
--- libbcmath/src/bcmath.h.orig 2002-11-22 10:27:08.000000000 +0100
+++ libbcmath/src/bcmath.h 2003-12-01 15:12:34.000000000 +0100
@@ -52,8 +52,11 @@
in the case of leading zeros generated. */
} bc_struct;
-#include <php.h>
-#include <ext/bcmath/php_bcmath.h>
+#include "php.h"
+#ifdef HAVE_CONFIG_H
+#include "../../config.h"
+#endif
+#include "../../php_bcmath.h"
/* The base used in storing the numbers in n_value above.
|