diff options
author | tron <tron@pkgsrc.org> | 2005-08-17 20:58:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-08-17 20:58:15 +0000 |
commit | d27648e5ff52792f542265aeafc23aa92b93aa48 (patch) | |
tree | 2128784fcb7d27405c1ac05b9dc32ba9fcd3df37 /www | |
parent | d6572797be45c8426c365cca5b9b376627e9d9db (diff) | |
download | pkgsrc-d27648e5ff52792f542265aeafc23aa92b93aa48.tar.gz |
Define "USE_TOOLS" to make "post-extract" target work on arbitrary
configurations. Problem pointed out by Adrian Portelli in
private e-mail.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 93b24f9bf82..694f3c1e608 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/08/17 19:58:34 tron Exp $ +# $NetBSD: Makefile,v 1.47 2005/08/17 20:58:15 tron Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -22,6 +22,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} XMLRPC_DISTFILE= XML_RPC-1.4.0.tgz DISTFILES= ${EXTRACT_ONLY} ${XMLRPC_DISTFILE} +USE_TOOLS+= gzip + # On NetBSD ELF platforms, we need to link libgcc.a whole-archive so that # certain symbols from the C++ implementation (__get_eh_context, etc.) # referenced by DSOs written in C++ will resolve correctly. We need to |