summaryrefslogtreecommitdiff
path: root/cad/netgen/files/patch-demoapp::Makefile
diff options
context:
space:
mode:
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
+ #