Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 09:52:42 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334166 - head/cad/feappv/files
Message-ID:  <201311180952.rAI9qgWC027064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Nov 18 09:52:42 2013
New Revision: 334166
URL: http://svnweb.freebsd.org/changeset/ports/334166

Log:
  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

Added:
  head/cad/feappv/files/
  head/cad/feappv/files/patch-makefile.in   (contents, props changed)

Added: head/cad/feappv/files/patch-makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/feappv/files/patch-makefile.in	Mon Nov 18 09:52:42 2013	(r334166)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311180952.rAI9qgWC027064>