diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-16 14:42:45 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-16 14:42:45 +0000 |
commit | b173b5857cd59d39b721d0272fcf0953854f97ef (patch) | |
tree | 6eeb4f9d31f87d8c00ccf702c01a2c9092d27227 /math | |
parent | b2d659ad331fe22e00cbdca36004cac486c10bd9 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 3c8abf9f62ad..fd6c6eab2840 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -8,6 +8,7 @@ PORTNAME= GiNaC PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -40,4 +41,8 @@ BROKEN= Does not build on alpha post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure +.if ${ARCH} != "i386" + @${REINPLACE_CMD} -e 's|unsigned|size_t|g' ${WRKSRC}/ginac/parser/parser.cpp +.endif + .include <bsd.port.post.mk> |