diff options
author | dholland <dholland@pkgsrc.org> | 2008-09-16 22:25:50 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-09-16 22:25:50 +0000 |
commit | 42ec84300cb51ee6cde40678be6b4c71782e76e4 (patch) | |
tree | abe52511428ab852f65459842208925cc9e656cc /devel | |
parent | d0b782897e17a7cb631a80e2fba668a60e01ef7d (diff) | |
download | pkgsrc-42ec84300cb51ee6cde40678be6b4c71782e76e4.tar.gz |
Fix configure botch on NetBSD.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstatgrab/distinfo | 4 | ||||
-rw-r--r-- | devel/libstatgrab/patches/patch-aa | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo index 57c3a3c6827..3cdf644b2b7 100644 --- a/devel/libstatgrab/distinfo +++ b/devel/libstatgrab/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2006/06/12 16:30:33 joerg Exp $ +$NetBSD: distinfo,v 1.8 2008/09/16 22:25:50 dholland Exp $ SHA1 (libstatgrab-0.12.tar.gz) = 2a1b7c641f7f088997cc1b07b4967d064b1e4d67 RMD160 (libstatgrab-0.12.tar.gz) = acb53a4339e85471c6ab87b413998df1bfd7a92f Size (libstatgrab-0.12.tar.gz) = 429711 bytes -SHA1 (patch-aa) = ff0ec4c9386b0ba47c6cc5306433918e64183fc2 +SHA1 (patch-aa) = 3d5f053ea143602fce3fa23687e437b782f56361 SHA1 (patch-ab) = 38776d375ab92a9d611a86126b8d2983a31d0c9d SHA1 (patch-ac) = 5ec9924671d352aa48a446810ff5fd640bda0a8e SHA1 (patch-ad) = 150543e9a0573cc52e4862c11b5836d47551b0cc diff --git a/devel/libstatgrab/patches/patch-aa b/devel/libstatgrab/patches/patch-aa index eaefab011c3..2ef65caf02b 100644 --- a/devel/libstatgrab/patches/patch-aa +++ b/devel/libstatgrab/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2004/10/30 03:30:08 xtraeme Exp $ +$NetBSD: patch-aa,v 1.3 2008/09/16 22:25:50 dholland Exp $ ---- configure.orig 2004-10-30 05:27:20.000000000 +0200 -+++ configure 2004-10-30 05:28:26.000000000 +0200 -@@ -20725,7 +20725,7 @@ +--- configure.orig 2005-07-30 09:41:24.000000000 -0400 ++++ configure 2008-09-16 18:16:49.000000000 -0400 +@@ -20938,7 +20938,7 @@ fi # Set things up for different OS's # We define the name of the OS so the code can act accordingly # We also need to add the right LDFLAGS @@ -11,12 +11,12 @@ $NetBSD: patch-aa,v 1.2 2004/10/30 03:30:08 xtraeme Exp $ solaris2.[6-7]) for ac_header in kstat.h -@@ -21190,7 +21190,7 @@ +@@ -21410,7 +21410,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF ;; -netbsdelf2*) -+netbsdelf2*|netbsdelf*) ++netbsd*) cat >>confdefs.h <<\_ACEOF #define ALLBSD |