diff options
author | zuntum <zuntum> | 2002-09-05 12:39:41 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-09-05 12:39:41 +0000 |
commit | eab96589c6eb6313eba4df2b22f3d45b0f97e420 (patch) | |
tree | 3793de2d501924adcb3cbfe9e0b46e4a85f66c4e /www/ap-php4 | |
parent | d8fa5664b0a2430418a085f22e63c8bcf2009157 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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} |