PKGBUILDs/extra/help2man/help2man-1.36.4-locale-gettext-import.patch
2009-10-09 21:23:22 -05:00

11 lines
286 B
Diff

--- a/help2man.PL 2005-10-16 08:38:47.000000000 -0700
+++ b/help2man.PL 2009-10-05 17:11:41.000000000 -0700
@@ -102,7 +102,7 @@
BEGIN {
eval {
require Locale::gettext;
- Locale::gettext->import;
+ Locale::gettext->import (qw(gettext textdomain));
$have_gettext = 1;
};