Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 08:38:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549898 - head/x11/babl
Message-ID:  <202009240838.08O8ccIC040046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009240838.08O8ccIC040046>