Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 15:15:22 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357043 - head/math/tomsfastmath
Message-ID:  <201406081515.s58FFMUx026721@svn.freebsd.org>

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



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