aboutsummaryrefslogtreecommitdiff
path: root/math/cadical
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-12-04 07:17:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-12-04 07:17:16 +0000
commitde497e3486709a280918a70b64bad11438291461 (patch)
tree3b651e374dc2ccf63040e45da14e2ee2f772a888 /math/cadical
parent92e8029ee7d2ab82752b0c2551f0338ad49577dc (diff)
downloadports-de497e3486709a280918a70b64bad11438291461.tar.gz
ports-de497e3486709a280918a70b64bad11438291461.zip
math/cadical: Add -fPIC due to the user requirement
Notes
Notes: svn path=/head/; revision=518998
Diffstat (limited to 'math/cadical')
-rw-r--r--math/cadical/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/cadical/Makefile b/math/cadical/Makefile
index e472e668ce4a..01b6a4918901 100644
--- a/math/cadical/Makefile
+++ b/math/cadical/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cadical
DISTVERSION= 1.0.3
DISTVERSIONSUFFIX= -cb89cbf
+PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= http://fmv.jku.at/${PORTNAME}/
@@ -15,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake tar:xz
GNU_CONFIGURE= yes
+CXXFLAGS+= -fPIC
+
MAKEFILE= makefile
BINARY_ALIAS= make=${GMAKE}