diff options
Diffstat (limited to 'math/lapack++/files/patch-makefile.def')
-rw-r--r-- | math/lapack++/files/patch-makefile.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack++/files/patch-makefile.def b/math/lapack++/files/patch-makefile.def index c1bc73f1707e..7ac546974384 100644 --- a/math/lapack++/files/patch-makefile.def +++ b/math/lapack++/files/patch-makefile.def @@ -29,8 +29,8 @@ +# +# FreeBSD +# -+BLAS_LIB = -lf77blas -latlas -+LAPACK_LIB = -lalapack -lcblas ++BLAS_LIB = %%BLAS_LIB%% ++LAPACK_LIB = %%LAPACK_LIB%% FLIBS = -lm -lg2c # # Sun |