Date: Thu, 18 Apr 2019 17:09:55 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499280 - head/devel/ace Message-ID: <201904181709.x3IH9t6F054031@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181709.x3IH9t6F054031>