diff options
Diffstat (limited to 'math/php4-bcmath/patches/patch-aa')
-rw-r--r-- | math/php4-bcmath/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/php4-bcmath/patches/patch-aa b/math/php4-bcmath/patches/patch-aa new file mode 100644 index 00000000000..18238ac5edf --- /dev/null +++ b/math/php4-bcmath/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/10/16 07:00:05 jlam Exp $ + +--- Makefile.in.orig Sun Nov 26 04:34:01 2000 ++++ Makefile.in +@@ -1,6 +1,6 @@ + + LTLIBRARY_NAME = libbcmath.la +-LTLIBRARY_SOURCES = bcmath.c number.c ++LTLIBRARY_SOURCES = bcmath.c + LTLIBRARY_SHARED_NAME = bcmath.la + LTLIBRARY_DEPENDENCIES = libbcmath/libbcmath.la + LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) |