Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2019 07:17:16 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518998 - head/math/cadical
Message-ID:  <201912040717.xB47HG1m006816@repo.freebsd.org>

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



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