git: c9810f8842f8 - main - x11/babl: builds fine with clang on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 29 Jan 2025 16:58:23 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9810f8842f812c93aeaa83834dcc43431dc4e69

commit c9810f8842f812c93aeaa83834dcc43431dc4e69
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-28 17:55:29 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:57:07 +0000

    x11/babl: builds fine with clang on powerpc
---
 x11/babl/Makefile | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 3310fde6f467..f943541ecabf 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	babl
 PORTVERSION=	0.1.108
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	GIMP
 
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	liblcms2.so:graphics/lcms2
 
-USES=		gnome meson pathfix pkgconfig tar:xz vala:build
+USES=		compiler:c11 gnome meson pathfix pkgconfig tar:xz vala:build
 
 USE_GNOME=	introspection:build
 USE_LDCONFIG=	yes
@@ -56,14 +56,6 @@ SSE_IMPLIES=		MMX
 SSE_MESON_ON=		-Denable-sse=true
 SSE_MESON_OFF=		-Denable-sse=false
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c11
-.endif
-
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"