Path to this page:
Subject: CVS commit: pkgsrc/converters/help2man
From: Sijmen J. Mulder
Date: 2023-08-09 22:20:28
Message id: 20230809202028.196C7FBDB@cvs.NetBSD.org
Log Message:
converters/help2man: Work around configure issue w/ GNU gettext()
Depending on platform and compilation environment, GNU gettext
exports functions like bindtextdomain() as libintl_bindtextdomain() so
checking the symbol name directly doesn't work. When bindtextdomain()
isn't found help2man won't install localized man pages.
Files: