1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

cad/feappv: Fix CFLAGS support

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
This commit is contained in:
John Marino 2013-11-18 09:52:42 +00:00
parent ebe8180e3a
commit f971cfdbe1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334166

View File

@ -0,0 +1,13 @@
--- 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