Date: Sun, 28 Oct 2018 09:32:59 +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: r483248 - head/devel/pcre Message-ID: <201810280932.w9S9Wxt8035668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280932.w9S9Wxt8035668>