Skip to content

Commit

Permalink
multimedia/wlrobs: build without GCC on powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 21, 2022
1 parent b49d8fd commit ee7d9b3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions multimedia/wlrobs/Makefile
Expand Up @@ -14,17 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libobs.so:multimedia/obs-studio

USES= gl meson pkgconfig
USES= compiler:c11 gl meson pkgconfig
USE_GL= egl
DATADIR= ${PREFIX}/lib/obs-plugins
PORTDATA= lib${PORTNAME}.so

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c11
.endif

.include <bsd.port.mk>

0 comments on commit ee7d9b3

Please sign in to comment.