aboutsummaryrefslogtreecommitdiffstats
path: root/main/vlc/vlc-1.1.7-disable-cache-gen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/vlc/vlc-1.1.7-disable-cache-gen.patch')
-rw-r--r--main/vlc/vlc-1.1.7-disable-cache-gen.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/vlc/vlc-1.1.7-disable-cache-gen.patch b/main/vlc/vlc-1.1.7-disable-cache-gen.patch
deleted file mode 100644
index b8a3dd9551..0000000000
--- a/main/vlc/vlc-1.1.7-disable-cache-gen.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/modules/Makefile.am
-+++ b/modules/Makefile.am
-@@ -63,7 +63,8 @@
-
- stamp-cache:
- $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
-- ../bin/vlc-cache-gen$(EXEEXT) . ; \
-+ # ../bin/vlc-cache-gen$(EXEEXT) . ; \
-+ echo "FIXME: vlc-cache-gen" ; \
- else \
- echo "Cross-compilation: cache generation skipped!" ; \
- fi