From d733cc8fa8c1162ddb3f163653e02e071d47fadd Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 8 Jun 2014 15:15:21 +0000 Subject: Stagify, add USE_GCC to fix broken on amd64. --- math/tomsfastmath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 8f9f81f6a773..a819288aeb21 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -13,11 +13,11 @@ COMMENT= Portable fixed precision math library for fast exponentiations 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 .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -- cgit