mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/11/07 23:41:01 adam Exp $
|
|
|
|
--- gettext_xs/Makefile.PL.orig 2009-07-08 08:55:07.000000000 +0000
|
|
+++ gettext_xs/Makefile.PL 2009-07-08 08:55:29.000000000 +0000
|
|
@@ -38,7 +38,7 @@
|
|
),
|
|
PREREQ_PM => { File::Spec => 0 },
|
|
PL_FILES => {},
|
|
- LIBS => ['-lintl -liconv'],
|
|
+ LIBS => [$ENV{LDFLAGS} . ' -lintl -liconv'],
|
|
);
|
|
|
|
__END__
|