diff options
Diffstat (limited to 'math/sdpa/Makefile')
-rw-r--r-- | math/sdpa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index b29b17f8c8ba..b827ea8fae09 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -37,8 +37,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} LAPACK= -lalapack_r CBLAS= -lptcblas -lptf77blas -latlas_r -lg2c ${PTHREAD_LIBS} .else -LAPACK= -static -lalapack -CBLAS= -static -lcblas -lf77blas -latlas -lg2c +LAPACK= -lalapack +CBLAS= -lcblas -lf77blas -latlas -lg2c .endif #WITH_SMP= yes #WITH_ICC= yes |