svn commit: r485238 - head/security/pecl-crypto

Mark Linimon linimon at FreeBSD.org
Sun Nov 18 18:24:46 UTC 2018


Author: linimon
Date: Sun Nov 18 18:24:44 2018
New Revision: 485238
URL: https://svnweb.freebsd.org/changeset/ports/485238

Log:
  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)

Modified:
  head/security/pecl-crypto/Makefile

Modified: head/security/pecl-crypto/Makefile
==============================================================================
--- head/security/pecl-crypto/Makefile	Sun Nov 18 18:21:28 2018	(r485237)
+++ head/security/pecl-crypto/Makefile	Sun Nov 18 18:24:44 2018	(r485238)
@@ -15,9 +15,8 @@ BROKEN_armv6=			fails to configure: C compiler cannot 
 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}


More information about the svn-ports-all mailing list