summaryrefslogtreecommitdiff
path: root/cad/netgen/files/patch-ngsolve.Makefile
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-07-01 19:47:47 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-07-01 19:47:47 +0000
commita9b0be5f5818061de8120b072b447e0ee63d8148 (patch)
tree2d6cc0b3e9d5a3bb0a811ffd1cd6cb5b63021cb1 /cad/netgen/files/patch-ngsolve.Makefile
parentBump PORTREVISION for rev 1.2 of the rc.d file (diff)
Update to 4.9.13.
PR: 147628 Submitted by: Stas Timokhin <devel@stasyan.com> Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes
Diffstat (limited to 'cad/netgen/files/patch-ngsolve.Makefile')
-rw-r--r--cad/netgen/files/patch-ngsolve.Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/cad/netgen/files/patch-ngsolve.Makefile b/cad/netgen/files/patch-ngsolve.Makefile
deleted file mode 100644
index 00e79fd8a772..000000000000
--- a/cad/netgen/files/patch-ngsolve.Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- ngsolve/Makefile.orig Tue Nov 16 10:14:27 2004
-+++ ngsolve/Makefile Wed Nov 17 23:18:39 2004
-@@ -89,14 +89,14 @@
- pebblesinc = -I../../pebbles_old/libsrc/setup -I../../pebbles_old/libsrc/solver -I../../pebbles_old/libsrc/prepro -I../../pebbles_old/libsrc/parallel -I../../pebbles_old/libsrc
- #
- $(lib):: $(src)
-- $(CPLUSPLUS) -c -I. -I../libsrc -I../libsrc/include -I../libsrc/interface -Iinclude $(pebblesinc) $(CPLUSPLUSFLAGS2) -DNETGEN_ELTRANS $?
-+ $(CPLUSPLUS) -c -I. -I../libsrc -I../libsrc/include -I../libsrc/interface -Iinclude $(pebblesinc) $(CPLUSPLUSFLAGS2) $(CPLUSPLUSFLAGS3) -DNETGEN_ELTRANS $?
- $(AR) $(ARFLAGS) $@ *.o
- mv *.o ../lib/$(MACHINE)
- -$(RM) *.o
- -@$(RANLIB) $@
- #
- $(lib2):: $(src2)
-- $(CPLUSPLUS) -c -I. -I../libsrc/interface -Iinclude $(CPLUSPLUSFLAGS2) $?
-+ $(CPLUSPLUS) -c -I. -I../libsrc/interface -Iinclude $(CPLUSPLUSFLAGS2) $(CPLUSPLUSFLAGS3) $?
- $(AR) $(ARFLAGS) $@ *.o
- -$(RM) *.o
- -@$(RANLIB) $@