Subject: CVS commit: pkgsrc/lang/ghc98
From: Masatake Daimon
Date: 2025-01-08 11:17:27
Message id: 20250108101727.CBBC0FC1D@cvs.NetBSD.org

Log Message:
lang/ghc98: A better workaround for the native vs. GNU iconv mixture problem

Instead of disallowing the existence of pkgsrc libiconv, we can have a
bridge between two implementations and use it during the build of the
stage-1 compiler. This way bootkits built with native iconv can co-exist
with GNU libiconv in ${BUILDLINK_DIR}/lib.

Files:
RevisionActionfile
1.7modifypkgsrc/lang/ghc98/Makefile
1.6modifypkgsrc/lang/ghc98/bootstrap.mk
1.4modifypkgsrc/lang/ghc98/buildlink3.mk
1.1addpkgsrc/lang/ghc98/files/iconv-bridge.c
1.1addpkgsrc/lang/ghc98/files/inject-iconv-bridge.awk