mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
$NetBSD: patch-ac,v 1.1 2010/12/03 12:23:26 wiz Exp $
|
|
|
|
Make it find libintl-perl.
|
|
|
|
--- texi2html.pl.orig 2010-06-30 22:01:27.000000000 +0000
|
|
+++ texi2html.pl
|
|
@@ -48,6 +48,8 @@ use File::Basename;
|
|
use File::Spec;
|
|
# to determine the path separator and null file
|
|
use Config;
|
|
+# for libintl-perl
|
|
+use Locale::Messages;
|
|
|
|
#use encoding::warnings;
|
|
# for translations
|