svn commit: r357043 - head/math/tomsfastmath

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 8 15:15:22 UTC 2014


Author: vanilla
Date: Sun Jun  8 15:15:21 2014
New Revision: 357043
URL: http://svnweb.freebsd.org/changeset/ports/357043
QAT: https://qat.redports.org/buildarchive/r357043/

Log:
  Stagify, add USE_GCC to fix broken on amd64.

Modified:
  head/math/tomsfastmath/Makefile

Modified: head/math/tomsfastmath/Makefile
==============================================================================
--- head/math/tomsfastmath/Makefile	Sun Jun  8 15:11:27 2014	(r357042)
+++ head/math/tomsfastmath/Makefile	Sun Jun  8 15:15:21 2014	(r357043)
@@ -13,11 +13,11 @@ COMMENT=	Portable fixed precision math l
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	makefile
 USES=		gmake tar:bzip2
+USE_GCC=	any
 ALL_TARGET=	default
 
 PLIST_FILES=	include/tfm.h lib/libtfm.a
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "ia64" || ${ARCH} == "sparc64"


More information about the svn-ports-head mailing list