summaryrefslogtreecommitdiff
path: root/cad/netgen/files/patch-demoapp::Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-05-05 19:57:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-05-05 19:57:56 +0000
commit66cae882db8746b3f55c4b05ac2ef3972f12a4d6 (patch)
treedcaa35f91bed598a77cf19de619def0b170e7313 /cad/netgen/files/patch-demoapp::Makefile
parent- Update to 20040505 (diff)
Add netgen 4.3.1, an automatic 3D tetrahedral mesh generator.
Diffstat (limited to 'cad/netgen/files/patch-demoapp::Makefile')
-rw-r--r--cad/netgen/files/patch-demoapp::Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/netgen/files/patch-demoapp::Makefile b/cad/netgen/files/patch-demoapp::Makefile
new file mode 100644
index 000000000000..9d9dabf76839
--- /dev/null
+++ b/cad/netgen/files/patch-demoapp::Makefile
@@ -0,0 +1,18 @@
+--- demoapp/Makefile.orig Tue Feb 3 11:47:04 2004
++++ demoapp/Makefile Mon May 3 22:16:08 2004
+@@ -10,13 +10,13 @@
+ .SUFFIXES: .cc .o
+ #
+ .cc.o:
+- $(CPLUSPLUS) -c -O2 $<
++ $(CPLUSPLUS) -c $(CPLUSPLUSFLAGS2) $<
+ #
+ #
+ # make lib from sources:
+ #
+ $(lib):: $(src)
+- $(CPLUSPLUS) -c -O2 -I../libsrc/interface $(CPLUSPLUSFLAGS2) $?
++ $(CPLUSPLUS) -c -I../libsrc/interface $(CPLUSPLUSFLAGS2) $(CPLUSPLUSFLAGS3) $?
+ $(AR) $(ARFLAGS) $@ *.o
+ -$(RM) *.o
+ #