diff options
author | 2016-10-20 15:06:21 +0200 | |
---|---|---|
committer | 2016-10-20 15:06:21 +0200 | |
commit | 1d68f391ba35393a0e98ef7f7519105f29f4ad41 (patch) | |
tree | 5027da5d73fef838d6f4cfe977d904f6bb1e91e3 /media-plugins/live/files | |
parent | sys-devel/bmake: bump to 20160926 (diff) | |
download | gentoo-1d68f391ba35393a0e98ef7f7519105f29f4ad41.tar.gz gentoo-1d68f391ba35393a0e98ef7f7519105f29f4ad41.tar.bz2 gentoo-1d68f391ba35393a0e98ef7f7519105f29f4ad41.zip |
media-plugins/live: bump to 2016.10.11
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-plugins/live/files')
-rw-r--r-- | media-plugins/live/files/live-recursive3.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-plugins/live/files/live-recursive3.patch b/media-plugins/live/files/live-recursive3.patch new file mode 100644 index 000000000000..29afe86e8197 --- /dev/null +++ b/media-plugins/live/files/live-recursive3.patch @@ -0,0 +1,14 @@ +Index: live/Makefile.tail +=================================================================== +--- live.orig/Makefile.tail ++++ live/Makefile.tail +@@ -16,9 +16,6 @@ all: + cd $(GROUPSOCK_DIR) ; $(MAKE) + cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) + cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE) +- cd $(TESTPROGS_DIR) ; $(MAKE) +- cd $(MEDIA_SERVER_DIR) ; $(MAKE) +- cd $(PROXY_SERVER_DIR) ; $(MAKE) + @echo + @echo "For more information about this source code (including your obligations under the LGPL), please see our FAQ at http://live555.com/liveMedia/faq.html" + |