svn commit: r549898 - head/x11/babl

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 24 08:38:39 UTC 2020


Author: pkubaj
Date: Thu Sep 24 08:38:38 2020
New Revision: 549898
URL: https://svnweb.freebsd.org/changeset/ports/549898

Log:
  x11/babl: drop GCC when using clang
  
  New Clang doesn't segfault when building this port.

Modified:
  head/x11/babl/Makefile

Modified: head/x11/babl/Makefile
==============================================================================
--- head/x11/babl/Makefile	Thu Sep 24 08:37:37 2020	(r549897)
+++ head/x11/babl/Makefile	Thu Sep 24 08:38:38 2020	(r549898)
@@ -3,6 +3,7 @@
 
 PORTNAME=	babl
 PORTVERSION=	0.1.78
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	GIMP
 
@@ -28,10 +29,4 @@ SIMD_MESON_OFF=	-Denable-mmx=false -Denable-sse=false 
 		-Denable-sse4_1=false -Denable-avx2=false \
 		-Denable-f16c=false
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH:Mpowerpc*}
-USE_GCC=	yes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list