aboutsummaryrefslogtreecommitdiff
path: root/math/sdpara
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-12-24 21:50:59 +0000
committerJohn Marino <marino@FreeBSD.org>2013-12-24 21:50:59 +0000
commit73e3a99cffb9cefc208c2fc5d0576127b7b15c7d (patch)
tree0558b0160c0ab80ce0711e906a9c7d180a07d746 /math/sdpara
parent91d6541dda666e031ec9284d24f2cb05a16b0c4d (diff)
Notes
Diffstat (limited to 'math/sdpara')
-rw-r--r--math/sdpara/files/patch-Makefile17
1 files changed, 15 insertions, 2 deletions
diff --git a/math/sdpara/files/patch-Makefile b/math/sdpara/files/patch-Makefile
index 8923ea82a9a1..36bfe61ec64f 100644
--- a/math/sdpara/files/patch-Makefile
+++ b/math/sdpara/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2009-01-09 11:26:29.000000000 +0900
-+++ Makefile 2009-02-17 14:11:48.000000000 +0900
+--- Makefile.orig 2009-01-09 02:26:29.000000000 +0000
++++ Makefile
@@ -4,20 +4,20 @@
# you edit here along your environment
############################################################
@@ -35,3 +35,16 @@
# F77_FUNC
DEF_F77_FUNC = -DF77_FUNC\(name,NAME\)=name\ \#\#\ _
+@@ -82,10 +82,10 @@ cleanall: clean mumps-clean
+ force: cleanall all
+
+ mumps:
+- cd mumps; make
++ cd mumps; $(MAKE)
+
+ mumps-clean:
+- cd mumps; make distclean
++ cd mumps; $(MAKE) distclean
+
+ update_make_headers:
+ g++ -MM *.cpp > make.headers