$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.
