From 23f68d87ca56bfbe5689c088bef8abf13228f907 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 23 Nov 2004 02:10:49 +0000 Subject: [PATCH] Fix build with WITH_OPTIMIZED_FLAGS PR: 74011 Submitted by: Jie Gao --- math/sdpara/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index acff74377a3a..4538b1e2b9e5 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -33,6 +33,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} LAPACK= -lalapack CBLAS= -lcblas -lf77blas -latlas -lg2c +.include + .if defined(WITH_OPTIMIZED_FLAGS) FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar @@ -72,4 +74,4 @@ do-install: .endif -.include +.include