svn commit: r450761 - head/math/tomsfastmath

Pietro Cerutti gahr at FreeBSD.org
Wed Sep 27 15:54:34 UTC 2017


Author: gahr
Date: Wed Sep 27 15:54:33 2017
New Revision: 450761
URL: https://svnweb.freebsd.org/changeset/ports/450761

Log:
  math/tomsfastmath: build PIC

Modified:
  head/math/tomsfastmath/Makefile

Modified: head/math/tomsfastmath/Makefile
==============================================================================
--- head/math/tomsfastmath/Makefile	Wed Sep 27 15:52:59 2017	(r450760)
+++ head/math/tomsfastmath/Makefile	Wed Sep 27 15:54:33 2017	(r450761)
@@ -2,7 +2,7 @@
 
 PORTNAME=	tomsfastmath
 PORTVERSION=	0.12
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	http://libtom.net/files/
 DISTNAME=	tfm-${PORTVERSION}
@@ -16,6 +16,7 @@ USES=		compiler:features gmake tar:bzip2
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	makefile
 ALL_TARGET=	default
+CFLAGS+=	-fPIC
 
 PLIST_FILES=	include/tfm.h lib/libtfm.a
 


More information about the svn-ports-all mailing list