blob: 860bc8fb7f4fb55dd4472e733bf3d35ff279db3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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
|