libthrift 0.7.0 dose not support PHP 7.0 and later.
This commit is contained in:
parent
d33cb2da60
commit
ab6edd4b58
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.8 2016/05/30 16:03:13 taca Exp $
|
||||
# $NetBSD: options.mk,v 1.9 2016/11/20 13:00:08 taca Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.libthrift
|
||||
PKG_SUPPORTED_OPTIONS= csharp java erlang python perl php ruby
|
||||
|
@ -82,6 +82,9 @@ PLIST.php= yes
|
|||
# XXX: avoid override from php Makefile.common
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
# support PHP 5.6's API only
|
||||
PHP_VERSIONS_ACCEPTED= 56
|
||||
|
||||
.include "../../lang/php/phpversion.mk"
|
||||
.include "${PHPPKGSRCDIR}/Makefile.common"
|
||||
.include "${PHPPKGSRCDIR}/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue