diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-17 23:57:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-17 23:57:10 +0000 |
commit | c566efa2cab8a2d0aa8243f3aeb5f0e397b60373 (patch) | |
tree | 4d74984e316b68f61d82febdbb2b20c8c732ebcd /math/GiNaC | |
parent | a2e9b712481cf958b2f64eb377c12dcb94fcc50e (diff) | |
download | ports-c566efa2cab8a2d0aa8243f3aeb5f0e397b60373.tar.gz ports-c566efa2cab8a2d0aa8243f3aeb5f0e397b60373.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 5 |
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 |