From 347f1992f9efbc7f86322f4fdc44ef46077120b6 Mon Sep 17 00:00:00 2001 From: tcberner Date: Sat, 10 Feb 2018 08:03:22 +0000 Subject: Switch C compiler used to compile GHC to base Clang. This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043 --- x11-toolkits/hs-GLURaw/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11-toolkits/hs-GLURaw') diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile index b72dc7d64777..d2b22667c42a 100644 --- a/x11-toolkits/hs-GLURaw/Makefile +++ b/x11-toolkits/hs-GLURaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= GLURaw PORTVERSION= 2.0.0.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org -- cgit