Re: git: 19d94e5c545e - main - math/qhull: use -fPIC with the static library
- In reply to: Stephen Montgomery-Smith : "git: 19d94e5c545e - main - math/qhull: use -fPIC with the static library"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Sep 2023 13:27:27 UTC
On 9/11/23 08:25, Stephen Montgomery-Smith wrote: > 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 > I forgot to include PR: 273706 Reported by: thierry@FreeBSD.org Sorry. > 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 >