aboutsummaryrefslogtreecommitdiff
path: root/math/sdpa
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-19 01:24:01 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-19 01:24:01 +0000
commit2a348761dadb283b8676918af78c34ff8e164721 (patch)
tree9cf61c1c1f85384ebb2aca9eca083f76f7197545 /math/sdpa
parent9f0145e2638469ea3fffa780bc196f95d3ed6b11 (diff)
downloadports-2a348761dadb283b8676918af78c34ff8e164721.tar.gz
ports-2a348761dadb283b8676918af78c34ff8e164721.zip
Notes
Diffstat (limited to 'math/sdpa')
-rw-r--r--math/sdpa/Makefile4
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