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 /net-p2p/hs-torrent | |
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 'net-p2p/hs-torrent')
-rw-r--r-- | net-p2p/hs-torrent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/hs-torrent/Makefile b/net-p2p/hs-torrent/Makefile index f092382fc257..3337241f59d6 100644 --- a/net-p2p/hs-torrent/Makefile +++ b/net-p2p/hs-torrent/Makefile @@ -2,6 +2,7 @@ PORTNAME= torrent PORTVERSION= 10000.1.1 +PORTREVISION= 1 CATEGORIES= net-p2p haskell MAINTAINER= haskell@FreeBSD.org |