diff options
author | wen <wen@FreeBSD.org> | 2010-01-30 09:09:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-30 09:09:44 +0800 |
commit | e4eda6968722a4aa0fb754ee3204f7428fac7329 (patch) | |
tree | 92b34d520cb737300330c613607903641b9fbb83 /math/GiNaC/Makefile | |
parent | 0a973d401f5091dad64c5558bdc05cec553b970c (diff) | |
download | freebsd-ports-gnome-e4eda6968722a4aa0fb754ee3204f7428fac7329.tar.gz freebsd-ports-gnome-e4eda6968722a4aa0fb754ee3204f7428fac7329.tar.zst freebsd-ports-gnome-e4eda6968722a4aa0fb754ee3204f7428fac7329.zip |
- Update to 1.5.6
- Remove USE_GCC since the creators of GiNaC claim that it now works with gcc-3.4
PR: ports/143314
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index d6895040d112..9949e9918bf3 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -37,10 +37,6 @@ LDFLAGS= -L${LOCALBASE}/lib BROKEN= Does not build on alpha .endif -.if ${OSVERSION} < 700042 -USE_GCC= 4.2+ -.endif - post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure .if ${ARCH} != "i386" |