1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

multimedia/wlrobs: switch to vendor install after r539684

This commit is contained in:
Jan Beich 2020-06-20 01:26:37 +00:00
parent ccf2f44849
commit 3f01b01ec8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539690

View File

@ -20,14 +20,9 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \
USES= compiler:c11 gl meson pkgconfig
USE_GL= egl
DATADIR= ${PREFIX}/lib/obs-plugins
PORTDATA= ${PORTNAME}.so
PORTDATA= lib${PORTNAME}.so
# XXX Move to "pkg-config --cflags libobs"
CFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -maltivec -mvsx
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_LIB} ${INSTALL_WRKSRC}/lib${PORTNAME}.so \
${STAGEDIR}${DATADIR}/${PORTNAME}.so
.include <bsd.port.mk>