summaryrefslogtreecommitdiff
path: root/math/freefem++/files/patch-Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-07 03:13:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-07 03:13:41 +0000
commit94d36e079d6250bcf8657270a5c3adea46da827c (patch)
treed3be71a04b864bfb1a1a1af126aa547262bbaff4 /math/freefem++/files/patch-Makefile
parentAdd arpack++, an object-oriented version of the ARPACK package. (diff)
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>
Diffstat (limited to 'math/freefem++/files/patch-Makefile')
-rw-r--r--math/freefem++/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/freefem++/files/patch-Makefile b/math/freefem++/files/patch-Makefile
new file mode 100644
index 000000000000..64b5a9dde8ca
--- /dev/null
+++ b/math/freefem++/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- 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