git: a98612489c4a - main - lang/ghc: Add USES=iconv:patch,translit

Gleb Popov arrowd at FreeBSD.org
Sat Jun 12 14:57:59 UTC 2021


The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a98612489c4a97172bdd00e99daab542d500540d

commit a98612489c4a97172bdd00e99daab542d500540d
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-06-12 14:55:02 +0000
Commit:     Gleb Popov <arrowd at 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


More information about the dev-commits-ports-main mailing list