diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-13 17:53:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-13 17:53:11 +0000 |
commit | ca5d0a975589c6a3dea45ba976b06c0c76cf3300 (patch) | |
tree | 6930948dc81aba44facad4bb25a1c2e149019b7e /math/blas/files/makefile.lib | |
parent | Merge changes for the next experimental build. (diff) |
This port now respects FFLAGS.
PR: 95521
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=159439
Diffstat (limited to '')
-rw-r--r-- | math/blas/files/makefile.lib | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/blas/files/makefile.lib b/math/blas/files/makefile.lib index c50b4fc8d889..001cdf3f08b0 100644 --- a/math/blas/files/makefile.lib +++ b/math/blas/files/makefile.lib @@ -1,6 +1,8 @@ # @(#)Makefile 5.7 (Berkeley) 6/27/91 +FFLAGS= @FFLAGS@ + LIBDIR= ${PREFIX}/lib -NOPROFILE= no +NO_PROFILE= no SHLIB_MAJOR= 1 |