aboutsummaryrefslogtreecommitdiff
path: root/lang/x10
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2014-05-18 20:21:18 +0000
committerCarlo Strub <cs@FreeBSD.org>2014-05-18 20:21:18 +0000
commit17a91602972c5a3667daa9dc41276012f6448870 (patch)
treef9ee83945c939ba7cbd4d757e54ed331ba659d12 /lang/x10
parent0178d30e0037426f0303864e5ff14d9bde9428da (diff)
downloadports-17a91602972c5a3667daa9dc41276012f6448870.tar.gz
ports-17a91602972c5a3667daa9dc41276012f6448870.zip
Patch for 10.0-RELEASE and later build failures. Fixes a problem in bundled
Boehm GC configure script, which mistakes FreeBSD 1* for FreeBSD 1.* and disables dynamic libraries. PR: ports/189004 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) MFH: 2014Q2
Notes
Notes: svn path=/head/; revision=354466
Diffstat (limited to 'lang/x10')
-rw-r--r--lang/x10/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/x10/Makefile b/lang/x10/Makefile
index e2cedf19f008..7403a4779eee 100644
--- a/lang/x10/Makefile
+++ b/lang/x10/Makefile
@@ -56,6 +56,7 @@ post-patch:
${CP} ${DISTDIR}/org.eclipse.equinox.common_3.6.0.v20100503.jar ${WRKSRC}/lib
${CP} ${DISTDIR}/commons-math-2.2.jar ${WRKSRC}/lib
${CP} ${DISTDIR}/bdwgc-7.1.tar.gz ${WRKDIR}/x10.runtime/src-cpp/bdwgc
+ (cd ${WRKDIR}/x10.runtime/src-cpp/bdwgc/src && tar zxvf ../bdwgc-7.1.tar.gz && ${REINPLACE_CMD} -e 's|freebsd1\*|freebsd1.*|g' configure)
do-install:
.for f in X10Launcher apgas precommit x10 x10c x10c++ x10j