summaryrefslogtreecommitdiff
path: root/multimedia/libva
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-12-18 21:25:57 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-12-18 21:25:57 +0000
commit7a8364fb880fdc4bf7b4d50f0f038929f70961c1 (patch)
tree415b969dc7b7131946c1694d69be740862d280d3 /multimedia/libva
parentThis port is also affected by aarch64 not having sbrk. (diff)
Make libva and it's drivers install modules in the standard location
PREFIX/lib/dri. This is the same location where other ports(mesa) install drivers, so that everything works out of the box. PR: 224424 Submitted by: Greg V <greg@unrelenting.technology>
Notes
Notes: svn path=/head/; revision=456673
Diffstat (limited to 'multimedia/libva')
-rw-r--r--multimedia/libva/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index e49273316a5e..ebc7bd0042be 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libva
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= madpilot@FreeBSD.org
@@ -41,8 +42,7 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
WAYLAND_BUILD_DEPENDS= gsed:textproc/gsed
post-patch: .SILENT
- ${REINPLACE_CMD} -e 's|\($$libdir\)/dri|\1/va|' \
- -e 's|$${libdir}/\(pkgconfig\)|${PREFIX}/libdata/\1|' \
+ ${REINPLACE_CMD} -e 's|$${libdir}/\(pkgconfig\)|${PREFIX}/libdata/\1|' \
${WRKSRC}/configure.ac
${REINPLACE_CMD} '/^export VA_HEADER_/d' \
${WRKSRC}/doc/Makefile.am