opnsense-ports/net/liveMedia/files/patch-BasicUsageEnvironment-Makefile.tail
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
381 B
Text

--- BasicUsageEnvironment/Makefile.tail.orig 2009-09-21 10:42:12.000000000 +0900
+++ BasicUsageEnvironment/Makefile.tail 2009-09-28 23:51:46.405510187 +0900
@@ -9,7 +9,7 @@
DelayQueue.$(OBJ) BasicHashTable.$(OBJ)
libBasicUsageEnvironment.$(LIB_SUFFIX): $(OBJS)
- $(LIBRARY_LINK)$@ $(LIBRARY_LINK_OPTS) \
+ $(LIBRARY_LINK) $@ $(LIBRARY_LINK_OPTS) \
$(OBJS)
.$(C).$(OBJ):