svn commit: r483248 - head/devel/pcre

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 09:33:00 UTC 2018


Author: linimon
Date: Sun Oct 28 09:32:59 2018
New Revision: 483248
URL: https://svnweb.freebsd.org/changeset/ports/483248

Log:
  Fix build on powerpc.
  
  PR:		232034
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Sun Oct 28 09:26:13 2018	(r483247)
+++ head/devel/pcre/Makefile	Sun Oct 28 09:32:59 2018	(r483248)
@@ -13,7 +13,11 @@ COMMENT=	Perl Compatible Regular Expressions library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		cpe libtool pathfix tar:bzip2
+USES=		${USES_${ARCH}} cpe libtool pathfix tar:bzip2
+USES_powerpc=	compiler:c++11-lang
+USES_powerpcspe=	compiler:c++11-lang
+USES_powerpc64=	compiler:c++11-lang
+USES_sparc64=	compiler:c++11-lang
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list