diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2017-10-09 21:43:30 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2017-10-09 21:43:30 +0000 |
commit | 787decc7b0699febabf969797298ea71c1e1b36a (patch) | |
tree | a71a7b4c4590d2c1b8b3530ea0cb665298ce070d /lang | |
parent | 903cc20c6bd8d5a70a3f44cdf5c758750f9e5eff (diff) | |
download | pkgsrc-787decc7b0699febabf969797298ea71c1e1b36a.tar.gz |
seems we actually don't need the EXTRACT_USING=gtar, apparently
it's been carried over from php 5.x times
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php71/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/php71/Makefile.common b/lang/php71/Makefile.common index a4b617f09d5..83ffb3fbfb0 100644 --- a/lang/php71/Makefile.common +++ b/lang/php71/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2016/08/04 14:09:03 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.2 2017/10/09 21:43:30 jdolecek Exp $ # used by lang/php71/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php71-extensions/Makefile @@ -13,8 +13,6 @@ MAINTAINER?= pkgsrc-users@NetBSD.org # needed due to (broken?) configure checks in php-xmlrpc and php5-dom CONFIGURE_ENV+= PHP_LIBXML_SHARED="1" -EXTRACT_USING= gtar - .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) # configure test gets confused by wrappers dropping -R /usr/lib |