aboutsummaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-05-22 14:52:25 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-05-22 14:52:25 +0000
commite9a0507ab5ecd063b420fb862e972dd0ba19ea80 (patch)
treefa49fdd8893fd2be7ecb5005bf8ecdeedeed9737 /math/blas
parentbde4675bef50646658bb7c920a6db2a4b0c327f1 (diff)
downloadports-e9a0507ab5ecd063b420fb862e972dd0ba19ea80.tar.gz
ports-e9a0507ab5ecd063b420fb862e972dd0ba19ea80.zip
- like ports/96420, fix incomplete library
PR: 97613 Submitted by: Rong-En Fan
Notes
Notes: svn path=/head/; revision=163099
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/files/makefile.lib4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/blas/files/makefile.lib b/math/blas/files/makefile.lib
index 001cdf3f08b0..3ad01d0931fb 100644
--- a/math/blas/files/makefile.lib
+++ b/math/blas/files/makefile.lib
@@ -2,7 +2,11 @@
FFLAGS= @FFLAGS@
LIBDIR= ${PREFIX}/lib
+.if (${OSVERSION} > 600007)
NO_PROFILE= no
+.else
+NOPROFILE= no
+.endif
SHLIB_MAJOR= 1