diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-01 12:22:23 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-01 12:22:23 +0000 |
| commit | fcf88c9c4dcd1c6014420d93ea65d5e7aea6cb9e (patch) | |
| tree | d05cc5fefa024d589c3324a499e84f46a112aa83 | |
| parent | graphics/netpbm: Update to 10.89.00 (diff) | |
multimedia/libva: respect PREFIX for libva.conf
libva.conf is mainly used for debugging, so no need to rebuild.
| -rw-r--r-- | multimedia/libva/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index 5e9a4fdff31d..d1410ba7bea3 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -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> |
