diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-13 22:49:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-13 22:49:47 +0000 |
commit | 15d7dfcbe90fe459ca84f1af2a92310c566e8684 (patch) | |
tree | 09c05619543dad0acd93caf7e261ecb90a1e0fbd /net/liveMedia/files/patch-UsageEnvironment-Makefile.tail | |
parent | - Update to 8.4.4 (diff) |
Update liveMedia 2016-11-06
Remove useless patches
Add videolan mirrors which keeps distfiles around for a while
Notes
Notes:
svn path=/head/; revision=426071
Diffstat (limited to 'net/liveMedia/files/patch-UsageEnvironment-Makefile.tail')
-rw-r--r-- | net/liveMedia/files/patch-UsageEnvironment-Makefile.tail | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/liveMedia/files/patch-UsageEnvironment-Makefile.tail b/net/liveMedia/files/patch-UsageEnvironment-Makefile.tail deleted file mode 100644 index d51aa8f4f7dc..000000000000 --- a/net/liveMedia/files/patch-UsageEnvironment-Makefile.tail +++ /dev/null @@ -1,11 +0,0 @@ ---- UsageEnvironment/Makefile.tail.orig 2009-09-21 10:42:12.000000000 +0900 -+++ UsageEnvironment/Makefile.tail 2009-09-28 23:50:57.387554379 +0900 -@@ -7,7 +7,7 @@ - OBJS = UsageEnvironment.$(OBJ) HashTable.$(OBJ) strDup.$(OBJ) - - $(USAGE_ENVIRONMENT_LIB): $(OBJS) -- $(LIBRARY_LINK)$@ $(LIBRARY_LINK_OPTS) $(OBJS) -+ $(LIBRARY_LINK) $@ $(LIBRARY_LINK_OPTS) $(OBJS) - - .$(C).$(OBJ): - $(C_COMPILER) -c $(C_FLAGS) $< |