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-ad,v 1.2 2003/04/29 22:02:10 jtb Exp $
--- g2_perl/Makefile.PL.in.orig Fri Jan 22 15:29:10 1999
+++ g2_perl/Makefile.PL.in
@@ -4,7 +4,7 @@
WriteMakefile(
'NAME' => 'G2',
'VERSION_FROM' => 'G2.pm', # finds $VERSION
- 'LIBS' => ['-L./.. -lg2.0.40 @LDFLAGS@'], # e.g., '-lm'
+ 'LIBS' => ['"-L./../.libs -lg2" @LDFLAGS@'], # e.g., '-lm'
'DEFINE' => '@DEFS@', # e.g., '-DHAVE_SOMETHING'
'INC' => '-I./../include', # e.g., '-I/usr/local/include'
);