Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 18:24:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485238 - head/security/pecl-crypto
Message-ID:  <201811181824.wAIIOjUg044488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811181824.wAIIOjUg044488>