bdffab14b2
The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. by Waldemar Brodkorb with some small corrections for more recent package system changes ok xsa@
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/12/08 19:00:49 msf Exp $
|
|
--- Makefile.PL.orig Thu Jul 22 20:10:58 2004
|
|
+++ Makefile.PL Thu Jul 22 20:12:39 2004
|
|
@@ -1,6 +1,6 @@
|
|
use ExtUtils::MakeMaker;
|
|
WriteMakefile(
|
|
NAME => "Locale::gettext",
|
|
- LIBS => ["-lintl"],
|
|
+ LIBS => ["-L%%LOCALBASE%%/lib -lintl"],
|
|
VERSION_FROM => 'gettext.pm',
|
|
);
|