freebsd-ports/math/freefem++/files/patch-Makefile
Pav Lucistnik 94d36e079d Add FreeFem++, an extension of freefem, an implementation of the Gfem
language dedicated to the finite element method.

PR:		ports/58536
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-07 03:13:41 +00:00

11 lines
440 B
Text

--- Makefile.orig Fri Aug 22 15:23:41 2003
+++ Makefile Sat Oct 25 17:10:47 2003
@@ -3,7 +3,7 @@
# ----------------------------------------------
src?=./src
include $(src)/Makefile-$(HOSTTYPE)
-CXXFLAGS = $(OPTFLAGS) $(FFFLAGS) $(includedir) $(INCARPACKPP)
+CXXFLAGS+= $(OPTFLAGS) $(FFFLAGS) $(includedir) $(INCARPACKPP)
CXXMPIFLAGS= $(CXXFLAGS) $(MPIFLAGS) -DPARALLELE $(INCARPACKPP)
LIBS=$(LIBARPACK) $(LIBF77)
VERSION=1.34