f971cfdbe1
This problem could also be fixed by changing the sed pattern, but the patch provided to the PR was tested. The maintainer has not responded to the last entries in the PR for over 15 days, so I'm timing it out. PR: ports/183513 Approved by: maintainer timeout
13 lines
407 B
Text
13 lines
407 B
Text
--- makefile.in.orig 2013-07-15 19:15:37.000000000 +0000
|
|
+++ makefile.in
|
|
@@ -31,8 +31,8 @@ FF = gfortran
|
|
CC = gcc
|
|
|
|
# What optimization level to use
|
|
- FFOPTFLAG = -O3 -ftree-vectorize -Wall
|
|
- CCOPTFLAG = -O3 -ftree-vectorize -Wall
|
|
+FFOPTFLAG = -O3 -ftree-vectorize -Wall
|
|
+CCOPTFLAG = -O3 -ftree-vectorize -Wall
|
|
|
|
# FFOPTFLAG = -g -O3 -ftree-vectorize -Wall
|
|
# CCOPTFLAG = -g -O3 -ftree-vectorize -Wall
|