aboutsummaryrefslogtreecommitdiffstats
path: root/math/levmar/files
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-10-23 17:04:04 +0800
committerbf <bf@FreeBSD.org>2011-10-23 17:04:04 +0800
commitba6e5715eac7f32726bed221c2864ba43efaa871 (patch)
treee45f5fb6f4165ded58b60e77c0264d79d8790e2e /math/levmar/files
parent40a33c3b7a2a31342a7d9a1825f7ae5d485a9c68 (diff)
downloadfreebsd-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.demo2
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