diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2021-06-12 14:55:02 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2021-06-12 14:57:26 +0000 |
commit | a98612489c4a97172bdd00e99daab542d500540d (patch) | |
tree | 7d37f87604a2b4eb600dd8f49742b569912bd5ff | |
parent | 946e25437f4f85bc20e1c1f04ccd7b2c8617b436 (diff) | |
download | ports-a98612489c4a97172bdd00e99daab542d500540d.tar.gz ports-a98612489c4a97172bdd00e99daab542d500540d.zip |
lang/ghc: Add USES=iconv:patch,translit
We actually need iconv on the "configure" stage, but there is no such option.
The "translit" is here to force using libiconv from Ports.
Fixes: 4cb80ca6ddf3
-rw-r--r-- | lang/ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index e59a670b7061..6163fbc703cb 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 aarch64 armv6 armv7 powerpc64 -USES= autoreconf compiler:c11 gmake iconv:build \ +USES= autoreconf compiler:c11 gmake iconv:patch,translit \ localbase:ldflags ncurses perl5 tar:xz USE_LOCALE= en_US.UTF-8 USE_PERL5= build |