aboutsummaryrefslogtreecommitdiffstats
path: root/math/blas
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-05-22 22:52:25 +0800
committerclsung <clsung@FreeBSD.org>2006-05-22 22:52:25 +0800
commit58f9457cef39840e07f13c20990b817b6bc20686 (patch)
tree87c7cbb493af4cd1dcd7aa7505f3e31b04ec0f80 /math/blas
parent21bf8c1b3e12b8ff939c0762ffa9448c0afccfeb (diff)
downloadfreebsd-ports-gnome-58f9457cef39840e07f13c20990b817b6bc20686.tar.gz
freebsd-ports-gnome-58f9457cef39840e07f13c20990b817b6bc20686.tar.zst
freebsd-ports-gnome-58f9457cef39840e07f13c20990b817b6bc20686.zip
- like ports/96420, fix incomplete library
PR: 97613 Submitted by: Rong-En Fan
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