Add compiler:c++11-lang to fix compiler detection on powerpc64.

May also fix build on other archs (not yet tested).

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-11-18 18:24:44 +00:00
parent ff48342d45
commit 27a56e3bdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485238

View File

@ -15,9 +15,8 @@ BROKEN_armv6= fails to configure: C compiler cannot create executables
BROKEN_armv7= fails to configure: C compiler cannot create executables
BROKEN_mips= fails to configure: C compiler cannot create executables
BROKEN_mips64= fails to configure: C compiler cannot create executables
BROKEN_powerpc64= fails to configure: C compiler cannot create executables
USES= php:pecl
USES= compiler:c++11-lang php:pecl
CONFIGURE_ARGS= --with-crypto
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}