Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 15:54:33 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450761 - head/math/tomsfastmath
Message-ID:  <201709271554.v8RFsXjK023802@repo.freebsd.org>

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



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