opnsense-ports/math/mumps/files/patch-PORD_lib_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

11 lines
269 B
Text

--- PORD/lib/Makefile.orig 2011-05-10 14:56:32.000000000 +0200
+++ PORD/lib/Makefile 2013-08-11 18:31:47.000000000 +0200
@@ -22,7 +22,7 @@
$(CC) $(COPTIONS) -c $*.c $(OUTC)$*.o
libpord$(LIBEXT):$(OBJS)
- $(AR)$@ $(OBJS)
+ $(AR) $@ $(OBJS)
$(RANLIB) $@
clean: