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