diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-09-05 12:39:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-09-05 12:39:41 +0000 |
commit | cbccfd05f7ded67ce2dcd14170b9adaec33163ab (patch) | |
tree | 3793de2d501924adcb3cbfe9e0b46e4a85f66c4e /www/ap-php4 | |
parent | 2d68705abc393895655b5305bc37c41c5d7cdaec (diff) | |
download | pkgsrc-cbccfd05f7ded67ce2dcd14170b9adaec33163ab.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} |