Fix configure botch on NetBSD.
This commit is contained in:
parent
d0b782897e
commit
42ec84300c
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue