diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-10 16:03:22 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-10 16:03:22 +0800 |
commit | 347f1992f9efbc7f86322f4fdc44ef46077120b6 (patch) | |
tree | 595a1c21749cc18bad532e9f0d057b340bc9d7c3 /x11-toolkits/hs-gtk2hs | |
parent | 59ccc6de2fad4f99c2fc31778fcbcf89ddc82c71 (diff) | |
download | freebsd-ports-gnome-347f1992f9efbc7f86322f4fdc44ef46077120b6.tar.gz freebsd-ports-gnome-347f1992f9efbc7f86322f4fdc44ef46077120b6.tar.zst freebsd-ports-gnome-347f1992f9efbc7f86322f4fdc44ef46077120b6.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 'x11-toolkits/hs-gtk2hs')
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 99cb02c645f6..4e6f0877a6fa 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtk2hs PORTVERSION= 0.13.2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell |