summaryrefslogtreecommitdiff
path: root/multimedia/libva/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-06-01 00:59:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-06-01 00:59:09 +0000
commita2c8ba796e806a8a75369568a2d59dfa0a48ab62 (patch)
tree1cd164c15bc99d18d2230367d020a4fd7a43b694 /multimedia/libva/Makefile
parentmultimedia/rav1e: update to s20190601 (diff)
multimedia/libva: replace post-patch with upstream fix
Notes
Notes: svn path=/head/; revision=503212
Diffstat (limited to 'multimedia/libva/Makefile')
-rw-r--r--multimedia/libva/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index ad9dd8efe341..f264d2e9f243 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -8,6 +8,7 @@ CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= c2a431cc3cab.patch:-p1 5cfcd31635b1.patch:-p1
PATCHFILES+= 394b1eb4ce5f.patch:-p1
+PATCHFILES+= 93c52a17b8d2.patch:-p1
MAINTAINER= jbeich@FreeBSD.org
COMMENT?= VAAPI wrapper and dummy driver
@@ -40,8 +41,4 @@ WAYLAND_MESON_YES= with_wayland
X11_USE= XORG=x11,xorgproto,xext,xfixes
X11_MESON_YES= with_x11
-post-patch: .SILENT
-# V4L2 is unused since http://github.com/intel/libva/commit/70074679333c
- ${REINPLACE_CMD} '/videodev2\.h/d' ${WRKSRC}/va/va_backend.h
-
.include <bsd.port.mk>