summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-18 17:09:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-18 17:09:55 +0000
commit908c94976ebf4814a8ae8bb609c773d164872d4d (patch)
tree691b2a10f1a4e25c10da1e24464628a67935b818
parentAdd py-google-i18n-address. (diff)
devel/ace: fix build on powerpc64
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19945
Notes
Notes: svn path=/head/; revision=499280
-rw-r--r--devel/ace/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile
index 8840d24c0d9b..df24b3b58d97 100644
--- a/devel/ace/Makefile
+++ b/devel/ace/Makefile
@@ -19,10 +19,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_powerpc= Does not compile on ${ARCH}
-BROKEN_powerpc64= Does not build on ${ARCH}: undefined reference to fmodl
BROKEN_sparc64= Does not compile on ${ARCH}
-USES= gmake localbase:ldflags perl5 pkgconfig shebangfix tar:bzip2
+USES= compiler:c++11-lang gmake localbase:ldflags perl5 pkgconfig shebangfix tar:bzip2
USE_PERL5= build
SHEBANG_FILES= bin/*.pl MPC/*.pl
MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \