diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 08:03:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 08:03:22 +0000 |
commit | 932e6dc413857ca66802dc4fbe28f5477d4abc11 (patch) | |
tree | 595a1c21749cc18bad532e9f0d057b340bc9d7c3 /x11/hs-X11-xft | |
parent | f402719d42ceeaf3bc387410f9d2603bdb1a69e4 (diff) | |
download | ports-932e6dc413857ca66802dc4fbe28f5477d4abc11.tar.gz ports-932e6dc413857ca66802dc4fbe28f5477d4abc11.zip |
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
Notes
Notes:
svn path=/head/; revision=461362
Diffstat (limited to 'x11/hs-X11-xft')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index e71d8a677a8b..af8826fb32f8 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -2,7 +2,7 @@ PORTNAME= X11-xft PORTVERSION= 0.3.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org |