aboutsummaryrefslogtreecommitdiffstats
path: root/math/cln/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-02 07:58:14 +0800
committerpav <pav@FreeBSD.org>2005-11-02 07:58:14 +0800
commit09aac9e63b342576d69566da77722ad1958934cd (patch)
tree3ddbaf9c8394df8823c1cd663df0de9053f84581 /math/cln/Makefile
parent31297d372181d69b9094aa306b9c2c0f03eeaed5 (diff)
downloadfreebsd-ports-gnome-09aac9e63b342576d69566da77722ad1958934cd.tar.gz
freebsd-ports-gnome-09aac9e63b342576d69566da77722ad1958934cd.tar.zst
freebsd-ports-gnome-09aac9e63b342576d69566da77722ad1958934cd.zip
- Update to 1.1.10
PR: ports/88347 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r--math/cln/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 4d2cfc22d304..81480173e981 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cln
-PORTVERSION= 1.1.9
+PORTVERSION= 1.1.10
CATEGORIES= math devel
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
@@ -17,7 +17,7 @@ COMMENT= Class Library for Numbers
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
USE_BZIP2= yes
-USE_GCC= 3.4
+USE_GCC= 3.4+
USE_GNOME= gnomehack gnometarget pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -32,13 +32,10 @@ INFO= cln
STRIP= # none
+CFLAGS+= -fPIC
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
@@ -52,9 +49,5 @@ post-install:
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html
.endif
- @${FIND} ${PREFIX}/include/cln -type f | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${PREFIX}/include/cln ! -type f | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.post.mk>