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