diff options
Diffstat (limited to 'media-plugins/live/files/live-recursive.patch')
-rw-r--r-- | media-plugins/live/files/live-recursive.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-plugins/live/files/live-recursive.patch b/media-plugins/live/files/live-recursive.patch new file mode 100644 index 000000000000..63b210706634 --- /dev/null +++ b/media-plugins/live/files/live-recursive.patch @@ -0,0 +1,13 @@ +Index: live/Makefile.tail +=================================================================== +--- live.orig/Makefile.tail ++++ live/Makefile.tail +@@ -14,8 +14,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) + + clean: + cd $(LIVEMEDIA_DIR) ; $(MAKE) clean |