diff options
author | markd <markd@pkgsrc.org> | 2004-05-05 23:56:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-05-05 23:56:08 +0000 |
commit | 6acc48644e6a1536fde25809410619e05ff1c2ff (patch) | |
tree | e52cff5002760d1c870225d382c243e7a88261ca /misc | |
parent | 6002cc9c94e9037ab22313902310b5e01e09e21a (diff) | |
download | pkgsrc-6acc48644e6a1536fde25809410619e05ff1c2ff.tar.gz |
Make the test for statfs work.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeutils3/distinfo | 4 | ||||
-rw-r--r-- | misc/kdeutils3/patches/patch-ao | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/misc/kdeutils3/distinfo b/misc/kdeutils3/distinfo index 5cf30543095..2a68f0ec6d8 100644 --- a/misc/kdeutils3/distinfo +++ b/misc/kdeutils3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2004/05/04 13:52:11 mrg Exp $ +$NetBSD: distinfo,v 1.24 2004/05/05 23:56:08 markd Exp $ SHA1 (kdeutils-3.2.2.tar.bz2) = 8ff615e0d1fa3b17488f28a70564ecfbfa7f6bae Size (kdeutils-3.2.2.tar.bz2) = 2549521 bytes @@ -7,5 +7,5 @@ SHA1 (patch-ab) = 3ea156545a1e9e3bd601e4152ca4942d18b18353 SHA1 (patch-ac) = c1d962b36bbc3ee3f63155c3d98aa9f92117ecf0 SHA1 (patch-ad) = ad4fcdda6f9fc1b91e1f125421800e412e2ee0aa SHA1 (patch-an) = e13957a9fa0d23aebbe149ecaca7b9dacde5c9fb -SHA1 (patch-ao) = 84cbdcbfbd6c81f88695926ed01b678276b1abfa +SHA1 (patch-ao) = e6998991444af6becbe89b674728080a27e7a0f1 SHA1 (patch-ap) = 0bfa5bfeb6551791ea6311bbf1223732d3dfa482 diff --git a/misc/kdeutils3/patches/patch-ao b/misc/kdeutils3/patches/patch-ao index 163fff92b5e..b235ab081e4 100644 --- a/misc/kdeutils3/patches/patch-ao +++ b/misc/kdeutils3/patches/patch-ao @@ -1,4 +1,4 @@ -$NetBSD: patch-ao,v 1.9 2004/04/20 13:19:56 markd Exp $ +$NetBSD: patch-ao,v 1.10 2004/05/05 23:56:08 markd Exp $ --- configure.orig 2004-04-06 02:55:31.000000000 +1200 +++ configure @@ -75,3 +75,11 @@ $NetBSD: patch-ao,v 1.9 2004/04/20 13:19:56 markd Exp $ # darwin needs this to initialize the environment for ac_header in crt_externs.h +@@ -32333,6 +32267,7 @@ cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + + ++#include <sys/param.h> + #include <sys/mount.h> + + |