diff options
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 |