aboutsummaryrefslogtreecommitdiff
path: root/math/sdpara/files/patch-Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 22:22:17 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 22:22:17 +0000
commitf7bcde4249773179738558a5673b741ec4eb7b87 (patch)
tree9d0d6da2507b623578ecdd16f9a042a91b35e4f2 /math/sdpara/files/patch-Makefile
parentece8fd82663f6181468c19b35234279926f6ad15 (diff)
downloadports-f7bcde4249773179738558a5673b741ec4eb7b87.tar.gz
ports-f7bcde4249773179738558a5673b741ec4eb7b87.zip
Notes
Diffstat (limited to 'math/sdpara/files/patch-Makefile')
-rw-r--r--math/sdpara/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sdpara/files/patch-Makefile b/math/sdpara/files/patch-Makefile
index de2626bd4974..f5c363278af8 100644
--- a/math/sdpara/files/patch-Makefile
+++ b/math/sdpara/files/patch-Makefile
@@ -10,7 +10,7 @@
-LAPACK_LIB = -llapack -lcblaswr -lcblas \
- -lf77blas -lI77 -lF77 -latlas
-+LAPACK_LIB = %%LAPACK%% %%BLAS%% %%FORTRANLIBS%%
++LAPACK_LIB = %%LAPACK%% %%BLAS%% %%GCCLIBDIR%% %%FORTRANLIBS%%
# if you use BLAS in clapack.tgz, use next line
# and set NON_ATLAS_SDPA in rsdpa_include.h to 1.