diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-03 15:58:02 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-03 15:58:02 +0000 |
commit | c5b8bf562a4087cd55df6050862835570ad754e6 (patch) | |
tree | c50a0a6a3fbe5e1599b3ffae399343ab40fec023 /devel/libthrift | |
parent | a6d2c109d1740f0b1923b24121b5d476b899a4d4 (diff) | |
download | pkgsrc-c5b8bf562a4087cd55df6050862835570ad754e6.tar.gz |
Fix build with the 'php' option enabled.
Diffstat (limited to 'devel/libthrift')
-rw-r--r-- | devel/libthrift/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libthrift/options.mk b/devel/libthrift/options.mk index 0c426348984..507e6b4a279 100644 --- a/devel/libthrift/options.mk +++ b/devel/libthrift/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2013/06/17 12:44:53 wiz Exp $ +# $NetBSD: options.mk,v 1.7 2013/07/03 15:58:02 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libthrift PKG_SUPPORTED_OPTIONS= csharp java erlang python perl php ruby @@ -79,7 +79,8 @@ CONFIGURE_ARGS+= --with-php CONFIGURE_ARGS+= --with-php_extension CONFIGURE_ARGS+= --enable-gen-php PLIST.php= yes -DIST_SUBDIR= # +# XXX: avoid override from php Makefile.common +EXTRACT_SUFX= .tar.gz .include "../../lang/php/phpversion.mk" .include "${PHPPKGSRCDIR}/Makefile.common" |