git: 830edcffe8e7 - main - multimedia/obs-qtwebkit: use clang on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Apr 2022 17:25:34 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=830edcffe8e7e2022b346d60a96b0e5e48eab03b commit 830edcffe8e7e2022b346d60a96b0e5e48eab03b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-21 17:11:25 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-21 17:11:25 +0000 multimedia/obs-qtwebkit: use clang on powerpc64 --- multimedia/obs-qtwebkit/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/multimedia/obs-qtwebkit/Makefile b/multimedia/obs-qtwebkit/Makefile index 892c783710f0..b2008612a8f1 100644 --- a/multimedia/obs-qtwebkit/Makefile +++ b/multimedia/obs-qtwebkit/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libobs.so:multimedia/obs-studio \ libinotify.so:devel/libinotify -USES= gmake pkgconfig qt:5 +USES= compiler:c++11-lang gmake pkgconfig qt:5 USE_QT= core gui network webkit widgets USE_GITHUB= yes @@ -21,15 +21,6 @@ GH_TAGNAME= c01aa76 MAKEFILE= GNUmakefile MAKE_ARGS= OBS_INCLUDE=${LOCALBASE}/include OBS_LIB=${LOCALBASE}/lib -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc64 -CFLAGS+= -DNO_WARN_X86_INTRINSICS -maltivec -mvsx -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c++11-lang -.endif - post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/GNUmakefile