diff options
Diffstat (limited to 'perl/locale-gettext/posix.patch')
-rw-r--r-- | perl/locale-gettext/posix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/locale-gettext/posix.patch b/perl/locale-gettext/posix.patch new file mode 100644 index 0000000000..2a1326315a --- /dev/null +++ b/perl/locale-gettext/posix.patch @@ -0,0 +1,11 @@ +# https://bugzilla.novell.com/show_bug.cgi?id=353715 +--- gettext.pm ++++ gettext.pm +@@ -32,6 +32,7 @@ + =cut + + use Carp; ++use POSIX; + + require Exporter; + require DynaLoader;
\ No newline at end of file |