pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libthrift Fix build with the 'php' option enabled.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f83c6721d80
branches:  trunk
changeset: 620985:2f83c6721d80
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jul 03 15:58:02 2013 +0000

description:
Fix build with the 'php' option enabled.

diffstat:

 devel/libthrift/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b87eb3cd003e -r 2f83c6721d80 devel/libthrift/options.mk
--- a/devel/libthrift/options.mk        Wed Jul 03 15:56:47 2013 +0000
+++ b/devel/libthrift/options.mk        Wed Jul 03 15:58:02 2013 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index