aboutsummaryrefslogtreecommitdiff
path: root/math/levmar/files
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-10-23 09:04:04 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-10-23 09:04:04 +0000
commitc677922c26975abb959b4fc3ac09a885d71ec1d7 (patch)
treee8ebdde851dad0dcdea8e4657d5a7b7405e50e76 /math/levmar/files
parent66fb8f0b565f66dc45b419fbae9a367284d0be19 (diff)
downloadports-c677922c26975abb959b4fc3ac09a885d71ec1d7.tar.gz
ports-c677922c26975abb959b4fc3ac09a885d71ec1d7.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)
Notes
Notes: svn path=/head/; revision=284157
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