aboutsummaryrefslogtreecommitdiff
path: root/math/GiNaC
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-17 23:57:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-17 23:57:10 +0000
commitc566efa2cab8a2d0aa8243f3aeb5f0e397b60373 (patch)
tree4d74984e316b68f61d82febdbb2b20c8c732ebcd /math/GiNaC
parenta2e9b712481cf958b2f64eb377c12dcb94fcc50e (diff)
downloadports-c566efa2cab8a2d0aa8243f3aeb5f0e397b60373.tar.gz
ports-c566efa2cab8a2d0aa8243f3aeb5f0e397b60373.zip
- Unbreak INDEX on amd64/6
Reported by: pointyhat Pointy hat to: wen
Notes
Notes: svn path=/head/; revision=248039
Diffstat (limited to 'math/GiNaC')
-rw-r--r--math/GiNaC/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 35e234c6c81c..d6895040d112 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -37,13 +37,12 @@ LDFLAGS= -L${LOCALBASE}/lib
BROKEN= Does not build on alpha
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
-
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif
+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