diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-27 15:54:33 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-27 15:54:33 +0000 |
commit | abc5b310aeac46e4dc165c3027b81a88ca582902 (patch) | |
tree | 4f88889a74f56351c59ff28f663fab3cd00c67f9 /math | |
parent | Switch Charm Time Tracker to Qt5 and take maintainership. (diff) |
math/tomsfastmath: build PIC
Notes
Notes:
svn path=/head/; revision=450761
Diffstat (limited to 'math')
-rw-r--r-- | math/tomsfastmath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index d9e5ec3888f6..3d7e56e9e7dc 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -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 |