ports/multimedia/vlc/files/patch-modules__Makefile.in
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

33 lines
1.1 KiB
Text

--- ./modules/Makefile.in.orig 2010-06-24 05:07:46.000000000 -0400
+++ ./modules/Makefile.in 2010-06-24 05:09:54.000000000 -0400
@@ -1008,19 +1008,19 @@
.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
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.