opnsense-ports/math/mumps/files/patch-src_Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
392 B
Text

--- src/Makefile.orig 2011-05-10 14:56:32.000000000 +0200
+++ src/Makefile 2013-08-11 18:08:25.000000000 +0200
@@ -53,11 +53,11 @@
$(libdir)/libmumps_common$(PLAT)$(LIBEXT): $(OBJS_COMMON)
- $(AR)$@ $?
+ $(AR) $@ $?
$(RANLIB) $@
$(libdir)/lib$(ARITH)mumps$(PLAT)$(LIBEXT): $(OBJS)
- $(AR)$@ $?
+ $(AR) $@ $?
$(RANLIB) $@
$(ARITH)mumps_load.o: $(ARITH)mumps_comm_buffer.o \