ports/multimedia/vlc/files/patch-modules__Makefile.am
Wesley Shields f528d378df Update to 1.1.0.
Add LICENSE information.
Most of the Makefile has been re-worked.

PR:		ports/148237
Submitted by:	Joseph S. Atkinson <jsa@wickedmachine.net>
2010-07-11 02:06:56 +00:00

30 lines
945 B
Text

--- ./modules/Makefile.am.orig 2010-06-24 05:07:31.000000000 -0400
+++ ./modules/Makefile.am 2010-06-24 05:09:12.000000000 -0400
@@ -62,16 +62,16 @@
.PHONY: stamp-cache
stamp-cache:
- $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
- ../bin/vlc-cache-gen$(EXEEXT) . ; \
- else \
- echo "Cross-compilation: cache generation skipped!" ; \
- fi
- $(AM_V_at)touch stamp-cache
+# $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
+# ../bin/vlc-cache-gen$(EXEEXT) . ; \
+# else \
+# echo "Cross-compilation: cache generation skipped!" ; \
+# fi
+# $(AM_V_at)touch stamp-cache
install-exec-hook:
- if test -z "$(DESTDIR)"; then \
- ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
- else \
- echo "Staged installation: cache generation skipped!" ; \
- fi
+# if test -z "$(DESTDIR)"; then \
+# ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
+# else \
+# echo "Staged installation: cache generation skipped!" ; \
+# fi