diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-05-23 18:03:55 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-02 00:27:23 -0400 |
commit | 09d30604684830f7f63806b66708d602530e584f (patch) | |
tree | cac6e26b8561f0b16997364e3e5024c386bf2418 /media-plugins/live/files/live-recursive3.patch | |
parent | dev-libs/pigpio: remove unused file (diff) | |
download | gentoo-09d30604684830f7f63806b66708d602530e584f.tar.gz gentoo-09d30604684830f7f63806b66708d602530e584f.tar.bz2 gentoo-09d30604684830f7f63806b66708d602530e584f.zip |
media-plugins/live: remove unused patch and files
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15928
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-plugins/live/files/live-recursive3.patch')
-rw-r--r-- | media-plugins/live/files/live-recursive3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media-plugins/live/files/live-recursive3.patch b/media-plugins/live/files/live-recursive3.patch deleted file mode 100644 index 29afe86e8197..000000000000 --- a/media-plugins/live/files/live-recursive3.patch +++ /dev/null @@ -1,14 +0,0 @@ -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" - |