Date: Mon, 11 Sep 2023 13:25:09 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 19d94e5c545e - main - math/qhull: use -fPIC with the static library Message-ID: <202309111325.38BDP8rd040871@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=19d94e5c545ef37db7ffcbcbdbebfcb66082101b commit 19d94e5c545ef37db7ffcbcbdbebfcb66082101b Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2023-09-11 13:23:13 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2023-09-11 13:23:13 +0000 math/qhull: use -fPIC with the static library --- math/qhull/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 79590f3036b4..0e2e2c23718d 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -1,6 +1,6 @@ PORTNAME= qhull DISTVERSION= 8.0.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ @@ -17,8 +17,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cmake tar:tgz USE_LDCONFIG= yes +CFLAGS+= -fPIC -CONFLICTS= afni qhull5 qhull7 +CONFLICTS= afni qhull7 WRKSRC= ${WRKDIR}/${PORTNAME}-2020.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309111325.38BDP8rd040871>