svn commit: r521716 - head/multimedia/libva
Jan Beich
jbeich at FreeBSD.org
Wed Jan 1 12:22:23 UTC 2020
Author: jbeich
Date: Wed Jan 1 12:22:23 2020
New Revision: 521716
URL: https://svnweb.freebsd.org/changeset/ports/521716
Log:
multimedia/libva: respect PREFIX for libva.conf
libva.conf is mainly used for debugging, so no need to rebuild.
Modified:
head/multimedia/libva/Makefile (contents, props changed)
Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile Wed Jan 1 12:05:22 2020 (r521715)
+++ head/multimedia/libva/Makefile Wed Jan 1 12:22:23 2020 (r521716)
@@ -42,4 +42,7 @@ X11_USES= xorg
X11_USE= XORG=x11,xorgproto,xext,xfixes
X11_MESON_YES= with_x11
+post-patch:
+ @${REINPLACE_CMD} 's,/etc,${PREFIX}&,' ${WRKSRC}/va/va.c
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list