ports/math/mumps/files/patch-libseq_Makefile
Thierry Thomas cda642dbe2 1- Upgrade to 4.10.0: this version is required by french/aster;
2- Stagify.

PR:		ports/181227
Submitted by:	/me
Approved by:	maintainer's time-out
2014-05-13 21:45:49 +00:00

11 lines
361 B
Text

--- libseq/Makefile.orig 2011-05-10 14:56:39.000000000 +0200
+++ libseq/Makefile 2013-08-11 18:05:34.000000000 +0200
@@ -10,7 +10,7 @@
libmpiseq: libmpiseq$(PLAT)$(LIBEXT)
libmpiseq$(PLAT)$(LIBEXT): mpi.o mpic.o elapse.o
- $(AR)$@ mpi.o mpic.o elapse.o
+ $(AR) $@ mpi.o mpic.o elapse.o
$(RANLIB) $@
.f.o:
$(FC) $(OPTF) -c $*.f $(OUTF)$*.o