aboutsummaryrefslogtreecommitdiff
path: root/math/elmer-mathlibs
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-25 12:58:05 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-25 12:58:05 +0000
commite76fa3979e477371873cdef87df29b0bbbfda0d8 (patch)
tree4e3532f24b075420b5fc7dabd28d230000f6b466 /math/elmer-mathlibs
parentf5cc65558de1251bca940b54eefd93ae1cfe960e (diff)
downloadports-e76fa3979e477371873cdef87df29b0bbbfda0d8.tar.gz
ports-e76fa3979e477371873cdef87df29b0bbbfda0d8.zip
Notes
Diffstat (limited to 'math/elmer-mathlibs')
-rw-r--r--math/elmer-mathlibs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/elmer-mathlibs/Makefile b/math/elmer-mathlibs/Makefile
index 6046f261cd4d..3bb9e7a53712 100644
--- a/math/elmer-mathlibs/Makefile
+++ b/math/elmer-mathlibs/Makefile
@@ -31,7 +31,7 @@ FC= ${LOCALBASE}/bin/gfortran41
F77= ${FC}
.ifdef WITH_OPTIMIZED_FLAGS
-FFLAGS+= -O3 -ffast-math -funroll-loops
+FFLAGS+= -O3 -ffast-math
.endif
CONFIGURE_ENV+= F77=${FC} FFLAGS="${FFLAGS}"