diff options
author | bf <bf@FreeBSD.org> | 2011-10-23 17:04:04 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-23 17:04:04 +0800 |
commit | ba6e5715eac7f32726bed221c2864ba43efaa871 (patch) | |
tree | e45f5fb6f4165ded58b60e77c0264d79d8790e2e /math/levmar/files | |
parent | 40a33c3b7a2a31342a7d9a1825f7ae5d485a9c68 (diff) | |
download | freebsd-ports-gnome-ba6e5715eac7f32726bed221c2864ba43efaa871.tar.gz freebsd-ports-gnome-ba6e5715eac7f32726bed221c2864ba43efaa871.tar.zst freebsd-ports-gnome-ba6e5715eac7f32726bed221c2864ba43efaa871.zip |
correct linking and dependency tests; remove MAKE_ENV
additions needed only on FreeBSD 6.* from math/levmar;
patch a makefile of, and add an option to build profiling
libraries to, math/lapacke; mark MAKE_JOBS_SAFE
PR: 161154, 161155
Submitted by: E. Shibusawa (maintainer)
Diffstat (limited to 'math/levmar/files')
-rw-r--r-- | math/levmar/files/Makefile.demo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/levmar/files/Makefile.demo b/math/levmar/files/Makefile.demo index 6ad6dba69fbc..751eb0ba2ce6 100644 --- a/math/levmar/files/Makefile.demo +++ b/math/levmar/files/Makefile.demo @@ -3,7 +3,7 @@ CFLAGS= %%CFLAGS%% LDFLAGS= %%LDFLAGS%% LAPACK= %%LAPACK%% BLAS= %%BLAS%% -LIBS= -llevmar $(LAPACK) $(BLAS) -lm -lgcc_s -lgfortran +LIBS= -llevmar $(LAPACK) $(BLAS) -lm DEMOBJS= lmdemo.o DEMOSRCS= lmdemo.c |