svn commit: r518998 - head/math/cadical
Yuri Victorovich
yuri at FreeBSD.org
Wed Dec 4 07:17:17 UTC 2019
Author: yuri
Date: Wed Dec 4 07:17:16 2019
New Revision: 518998
URL: https://svnweb.freebsd.org/changeset/ports/518998
Log:
math/cadical: Add -fPIC due to the user requirement
Modified:
head/math/cadical/Makefile
Modified: head/math/cadical/Makefile
==============================================================================
--- head/math/cadical/Makefile Wed Dec 4 07:14:52 2019 (r518997)
+++ head/math/cadical/Makefile Wed Dec 4 07:17:16 2019 (r518998)
@@ -3,6 +3,7 @@
PORTNAME= cadical
DISTVERSION= 1.0.3
DISTVERSIONSUFFIX= -cb89cbf
+PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= http://fmv.jku.at/${PORTNAME}/
@@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake tar:xz
GNU_CONFIGURE= yes
+
+CXXFLAGS+= -fPIC
MAKEFILE= makefile
More information about the svn-ports-head
mailing list