diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2014-05-13 21:45:49 +0000 | 
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-05-13 21:45:49 +0000 | 
| commit | cda642dbe26395e7859ef66236e4b700d8ff4d5a (patch) | |
| tree | 0d61c26998f4549406511999a717ba6f7a781b7c /math/mumps/files/patch-libseq_Makefile | |
| parent | - Fix STAGEDIR, add USES desthack, change MAKE_ARGS (diff) | |
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
Diffstat (limited to 'math/mumps/files/patch-libseq_Makefile')
| -rw-r--r-- | math/mumps/files/patch-libseq_Makefile | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/math/mumps/files/patch-libseq_Makefile b/math/mumps/files/patch-libseq_Makefile new file mode 100644 index 000000000000..49139f081522 --- /dev/null +++ b/math/mumps/files/patch-libseq_Makefile @@ -0,0 +1,11 @@ +--- 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 | 
