math/cadical: Add -fPIC due to the user requirement

This commit is contained in:
Yuri Victorovich 2019-12-04 07:17:16 +00:00
parent 92e8029ee7
commit de497e3486
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518998

View File

@ -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}