aboutsummaryrefslogtreecommitdiff
path: root/math/tomsfastmath
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-08 15:15:21 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-08 15:15:21 +0000
commit99aab3f241810774bb06d9a1e424f9b59fea4a49 (patch)
treec52f9efb253a1a4b618e530e4547c58bc8bfbfce /math/tomsfastmath
parent6f1899abfd714c88bc2753a421cfa15f75886c85 (diff)
downloadports-99aab3f241810774bb06d9a1e424f9b59fea4a49.tar.gz
ports-99aab3f241810774bb06d9a1e424f9b59fea4a49.zip
Stagify, add USE_GCC to fix broken on amd64.
Notes
Notes: svn path=/head/; revision=357043
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"