Date: Sat, 12 Jun 2021 14:57:58 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a98612489c4a - main - lang/ghc: Add USES=iconv:patch,translit Message-ID: <202106121457.15CEvwSt091624@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a98612489c4a97172bdd00e99daab542d500540d commit a98612489c4a97172bdd00e99daab542d500540d Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-06-12 14:55:02 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-06-12 14:57:26 +0000 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 --- lang/ghc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106121457.15CEvwSt091624>