diff options
author | makc <makc@FreeBSD.org> | 2013-10-25 00:44:52 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-25 00:44:52 +0800 |
commit | 698155a9529d5a049dd18ac8acfdbef2225bd7de (patch) | |
tree | 1b0d50862b4eff3d2d8caeb8605fcfe3925b64fc /math/scilab/Makefile | |
parent | a2409a696b9e82234de916ce53f26261d71bb6ca (diff) | |
download | freebsd-ports-gnome-698155a9529d5a049dd18ac8acfdbef2225bd7de.tar.gz freebsd-ports-gnome-698155a9529d5a049dd18ac8acfdbef2225bd7de.tar.zst freebsd-ports-gnome-698155a9529d5a049dd18ac8acfdbef2225bd7de.zip |
- Fix build with UMFPACK [1]
- Update patch to really fix configure after hdf5-18 update [2]
PR: ports/177364 [1]
Submitted by: truckman [1]
Submitted by: Mamoru Iwaki <1wkmmr at gmail.com> via ports maillist [2]
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index f133adfb55da..cd0188327dad 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -201,7 +201,7 @@ post-extract: post-patch: @# Configure fixes @${REINPLACE_CMD} -e 's|-ldl | |' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-lumfpack|-lumfpack -lamd -lcholmod -lcolamd $$LAPACK_LIBS $$BLAS_LIBS|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lumfpack|-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd $$LAPACK_LIBS $$BLAS_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 |