opnsense-ports/textproc/texi2html/files/patch-texi2html.pl
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
389 B
Raku

--- texi2html.pl 2012-07-09 10:54:41.000000000 +0200
+++ /usr/local/bin/texi2html 2012-07-09 10:53:16.000000000 +0200
@@ -1993,6 +1933,11 @@
# Messages should be untranslated for tests.
Locale::Messages::bindtextdomain ($messages_textdomain, "$datadir/locale");
}
+else
+{
+ unshift @INC, "$pkgdatadir/lib/libintl-perl/lib";
+ require Locale::Messages;
+}
sub __($)
{