Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
$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__