diff options
author | maho <maho@FreeBSD.org> | 2008-07-02 13:28:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-07-02 13:28:25 +0800 |
commit | 352bae86e8990f808c043106b59f067fc397ce62 (patch) | |
tree | 39a2495654e153cc669db14d2c5b81f6d0082612 /math/superlu_mt | |
parent | 94bb020bc287149e61ba09689ba5914ec7e10636 (diff) | |
download | freebsd-ports-gnome-352bae86e8990f808c043106b59f067fc397ce62.tar.gz freebsd-ports-gnome-352bae86e8990f808c043106b59f067fc397ce62.tar.zst freebsd-ports-gnome-352bae86e8990f808c043106b59f067fc397ce62.zip |
Fix build.
Submitted by: itetcu (QA Tindy)
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 8cd4f2adaf7f..64dfdc27f4b4 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -49,6 +49,7 @@ FPIC= -fPIC FPIC= -fpic .endif USE_LDCONFIG= yes +USE_GMAKE= yes CFLAGS_SHARED=${CFLAGS} ${FPIC} FFLAGS_SHARED=${CFLAGS} ${FPIC} WRKSRC= ${WRKDIR}/SuperLU_MT_2.0 |