summaryrefslogtreecommitdiff
path: root/databases/php4-bcmath/patches/patch-ab
blob: 42b12560e7297e0909f67b8a52c71a17e827ace6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2001/10/16 06:50:03 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)