aboutsummaryrefslogtreecommitdiff
path: root/x11/babl
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-24 08:38:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-24 08:38:38 +0000
commitdbb4f18c91a5a2d19b9d15a2183814963cc38c13 (patch)
treed44cb58af0500bfd64e7d572b64a2b08ec9c56a7 /x11/babl
parentd48922c4ee012ccfb74dc11df1569eb8441e8790 (diff)
downloadports-dbb4f18c91a5a2d19b9d15a2183814963cc38c13.tar.gz
ports-dbb4f18c91a5a2d19b9d15a2183814963cc38c13.zip
x11/babl: drop GCC when using clang
New Clang doesn't segfault when building this port.
Notes
Notes: svn path=/head/; revision=549898
Diffstat (limited to 'x11/babl')
-rw-r--r--x11/babl/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index e796d66f5ccd..59798604efe0 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -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>