summaryrefslogtreecommitdiff
path: root/www/ap-php4
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-09-05 12:39:41 +0000
committerzuntum <zuntum>2002-09-05 12:39:41 +0000
commiteab96589c6eb6313eba4df2b22f3d45b0f97e420 (patch)
tree3793de2d501924adcb3cbfe9e0b46e4a85f66c4e /www/ap-php4
parentd8fa5664b0a2430418a085f22e63c8bcf2009157 (diff)
downloadpkgsrc-eab96589c6eb6313eba4df2b22f3d45b0f97e420.tar.gz
Include "pkgsrc/www/php4/Makefile.php" again, because the package does not build
with it. The line seems to have accidentally been removed when linker flags patch went in.
Diffstat (limited to 'www/ap-php4')
-rw-r--r--www/ap-php4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-php4/Makefile b/www/ap-php4/Makefile
index 2c5d59ad8b3..f24ac1de4d4 100644
--- a/www/ap-php4/Makefile
+++ b/www/ap-php4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2002/09/04 14:47:39 agc Exp $
+# $NetBSD: Makefile,v 1.24 2002/09/05 12:39:41 zuntum Exp $
PKGNAME= ap-php-${PHP_BASE_VERS}
PKGREVISION= # empty
@@ -9,6 +9,8 @@ DEPENDS+= php>=${PHP_BASE_VERS}:../../www/php4
USE_BUILDLINK2= YES
APACHE_MODULE= YES
+.include "../../www/php4/Makefile.php"
+
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}