From ca5d0a975589c6a3dea45ba976b06c0c76cf3300 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 13 Apr 2006 17:53:11 +0000 Subject: This port now respects FFLAGS. PR: 95521 Submitted by: Pedro F. Giffuni --- math/blas/files/makefile.lib | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/blas/files/makefile.lib') 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 -- cgit v1.2.3