aboutsummaryrefslogtreecommitdiffstats
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-08 23:15:21 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-08 23:15:21 +0800
commitd733cc8fa8c1162ddb3f163653e02e071d47fadd (patch)
treec52f9efb253a1a4b618e530e4547c58bc8bfbfce /math/tomsfastmath
parent5cdb4c41709f5a3f0e48a8cdc91bb38d5e06b393 (diff)
downloadfreebsd-ports-gnome-d733cc8fa8c1162ddb3f163653e02e071d47fadd.tar.gz
freebsd-ports-gnome-d733cc8fa8c1162ddb3f163653e02e071d47fadd.tar.zst
freebsd-ports-gnome-d733cc8fa8c1162ddb3f163653e02e071d47fadd.zip
Stagify, add USE_GCC to fix broken on amd64.
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r--math/tomsfastmath/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"