diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-15 19:08:15 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-15 19:08:15 +0800 |
commit | d0f0f988c8d8ed5ff574c2117e2912a135793b70 (patch) | |
tree | ee3d235b7c6d0afd4ef734979e816e8c788254f2 /math/GiNaC/Makefile | |
parent | 28bc15b51e1da22fbe25097ded6a010223e36ee1 (diff) | |
download | freebsd-ports-gnome-d0f0f988c8d8ed5ff574c2117e2912a135793b70.tar.gz freebsd-ports-gnome-d0f0f988c8d8ed5ff574c2117e2912a135793b70.tar.zst freebsd-ports-gnome-d0f0f988c8d8ed5ff574c2117e2912a135793b70.zip |
- Update to 1.5.5
PR: ports/142848
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index fd6c6eab2840..35e234c6c81c 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,8 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTVERSION= 1.5.5 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -41,6 +40,10 @@ BROKEN= Does not build on alpha post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure +.if ${OSVERSION} < 700042 +USE_GCC= 4.2+ +.endif + .if ${ARCH} != "i386" @${REINPLACE_CMD} -e 's|unsigned|size_t|g' ${WRKSRC}/ginac/parser/parser.cpp .endif |