openbsd-ports/x11/vlc/patches/patch-Makefile_in
ajacoutot de7de5d7a8 SECURITY update to vlc-2.2.6.
from Brad (maintainer) and a few tweaks by myself
2017-05-27 08:40:13 +00:00

13 lines
434 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2017/05/27 08:40:14 ajacoutot Exp $
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -2918,6 +2918,7 @@ vlc$(EXEEXT):
install-exec-hook:
if test "$(build)" = "$(host)"; then \
PATH="$(DESTDIR)$(bindir):$$PATH" \
+ LD_DEBUG=1 \
LD_LIBRARY_PATH="$(DESTDIR)$(libdir):$$LD_LIBRARY_PATH" \
"$(DESTDIR)$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \
"$(DESTDIR)$(vlclibdir)/plugins" ; \