diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 16:03:22 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 16:03:22 +0800 |
commit | 932e6dc413857ca66802dc4fbe28f5477d4abc11 (patch) | |
tree | 595a1c21749cc18bad532e9f0d057b340bc9d7c3 /print | |
parent | f402719d42ceeaf3bc387410f9d2603bdb1a69e4 (diff) | |
download | freebsd-ports-gnome-932e6dc413857ca66802dc4fbe28f5477d4abc11.tar.gz freebsd-ports-gnome-932e6dc413857ca66802dc4fbe28f5477d4abc11.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'print')
-rw-r--r-- | print/hs-hscolour/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index e36a82cd91ec..440d1cc2bdc4 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -3,6 +3,7 @@ PORTNAME= hscolour PORTVERSION= ${HSCOLOUR_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print haskell |