openbsd-ports/devel/p5-Locale-gettext/patches/patch-Makefile_PL
msf bdffab14b2 Initial import of Locale-gettext-1.03
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@
2004-12-08 19:00:49 +00:00

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',
);