summaryrefslogtreecommitdiff
path: root/media-libs/stk/files/stk-4.4.4/020_all_noExamplesOrDemo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/stk/files/stk-4.4.4/020_all_noExamplesOrDemo.patch')
-rw-r--r--media-libs/stk/files/stk-4.4.4/020_all_noExamplesOrDemo.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-libs/stk/files/stk-4.4.4/020_all_noExamplesOrDemo.patch b/media-libs/stk/files/stk-4.4.4/020_all_noExamplesOrDemo.patch
deleted file mode 100644
index c7e6c5581252..000000000000
--- a/media-libs/stk/files/stk-4.4.4/020_all_noExamplesOrDemo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Index: stk-4.4.4/Makefile.in
-===================================================================
---- stk-4.4.4.orig/Makefile.in
-+++ stk-4.4.4/Makefile.in
-@@ -4,27 +4,12 @@ RM = /bin/rm
-
- all :
- cd src && $(MAKE)
-- cd projects/demo && $(MAKE) libdemo
-- cd projects/effects && $(MAKE) libeffects
-- cd projects/ragamatic && $(MAKE) libragamat
-- cd projects/eguitar && $(MAKE) libeguitar
-- cd projects/examples && $(MAKE) -f libMakefile
-
- clean :
- $(RM) -f *~
- cd src && $(MAKE) clean
-- cd projects/demo && $(MAKE) clean
-- cd projects/effects && $(MAKE) clean
-- cd projects/ragamatic && $(MAKE) clean
-- cd projects/eguitar && $(MAKE) clean
-- cd projects/examples && $(MAKE) clean
-
- distclean: clean
- $(RM) -rf config.log config.status autom4te.cache Makefile
- cd src && $(MAKE) distclean
-- cd projects/demo && $(MAKE) distclean
-- cd projects/effects && $(MAKE) distclean
-- cd projects/ragamatic && $(MAKE) distclean
-- cd projects/eguitar && $(MAKE) distclean
-- cd projects/examples && $(MAKE) distclean
-