diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-08-04 07:23:17 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-08-04 07:23:17 +0000 |
commit | 6fec0b5ff6800c0640d5309d9dea6c85a153c06d (patch) | |
tree | d4caab1179ca57fe4069873b6d6e6d5e73d4caef /math/scilab | |
parent | 05ff564b196d9df75653db7f4de318a070f11158 (diff) | |
download | ports-6fec0b5ff6800c0640d5309d9dea6c85a153c06d.tar.gz ports-6fec0b5ff6800c0640d5309d9dea6c85a153c06d.zip |
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 87a6a22a1289..a25c56a59ff7 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -188,6 +188,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl | |' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lumfpack|-lumfpack -lamd -lcholmod -lcolamd $$BLAS_LIBS $$LAPACK_LIBS|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|TCLTK_LIBS=" -ldl"|TCLTK_LIBS=" "|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|"x=" ==|"x" =|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|"x" ==|"x" =|g' ${WRKSRC}/configure @# Build fixes @${REINPLACE_CMD} -e 's|$$(CFLAGS:-O%=)|-I${LOCALBASE}/include -L${LOCALBASE}/lib|' ${WRKSRC}/modules/elementary_functions/Makefile.in @${REINPLACE_CMD} -e 's|freebsd|__FreeBSD__|g' ${WRKSRC}/modules/sparse/includes/spConfig.h |