Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 20:21:34 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378679 - head/devel/boost-libs
Message-ID:  <201502082021.t18KLYW0080781@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502082021.t18KLYW0080781>