svn commit: r378679 - head/devel/boost-libs

Mark Linimon linimon at FreeBSD.org
Sun Feb 8 20:21:35 UTC 2015


Author: linimon
Date: Sun Feb  8 20:21:34 2015
New Revision: 378679
URL: https://svnweb.freebsd.org/changeset/ports/378679
QAT: https://qat.redports.org/buildarchive/r378679/

Log:
  The sbruno fix in 369325 worked not just for arm.  Remove stale stanza.

Modified:
  head/devel/boost-libs/Makefile

Modified: head/devel/boost-libs/Makefile
==============================================================================
--- head/devel/boost-libs/Makefile	Sun Feb  8 20:09:03 2015	(r378678)
+++ head/devel/boost-libs/Makefile	Sun Feb  8 20:21:34 2015	(r378679)
@@ -35,10 +35,6 @@ USES+=		iconv
 BJAM_ARGS+=	-sICONV_PATH=${LOCALBASE}
 .endif
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64: invokes i386 assembler
-.endif
-
 do-build:
 	@cd ${WRKSRC} && \
 		${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage


More information about the svn-ports-head mailing list