svn commit: r499280 - head/devel/ace

Piotr Kubaj pkubaj at FreeBSD.org
Thu Apr 18 17:09:56 UTC 2019


Author: pkubaj
Date: Thu Apr 18 17:09:55 2019
New Revision: 499280
URL: https://svnweb.freebsd.org/changeset/ports/499280

Log:
  devel/ace: fix build on powerpc64
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19945

Modified:
  head/devel/ace/Makefile

Modified: head/devel/ace/Makefile
==============================================================================
--- head/devel/ace/Makefile	Thu Apr 18 17:05:53 2019	(r499279)
+++ head/devel/ace/Makefile	Thu Apr 18 17:09:55 2019	(r499280)
@@ -19,10 +19,9 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 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}" \


More information about the svn-ports-all mailing list