git: ee7d9b35d525 - main - multimedia/wlrobs: build without GCC on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Apr 2022 17:25:32 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee7d9b35d52527e67894ecaf6217043d16481893 commit ee7d9b35d52527e67894ecaf6217043d16481893 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-21 17:11:23 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-21 17:11:23 +0000 multimedia/wlrobs: build without GCC on powerpc64 --- multimedia/wlrobs/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/multimedia/wlrobs/Makefile b/multimedia/wlrobs/Makefile index 65031002619a..a2638206d4c7 100644 --- a/multimedia/wlrobs/Makefile +++ b/multimedia/wlrobs/Makefile @@ -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>