diff options
author | tnn <tnn@pkgsrc.org> | 2009-07-24 12:12:06 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-07-24 12:12:06 +0000 |
commit | f11c80cbc2927e395c9c99c2c8e5469e921bd3b9 (patch) | |
tree | d1681668dfa59d48416e5590fd8dabf26d6b6cc7 /audio | |
parent | d852124bc9861ddd9df8d23c559a6a1696f4fbc8 (diff) | |
download | pkgsrc-f11c80cbc2927e395c9c99c2c8e5469e921bd3b9.tar.gz |
limits.h is the appropriate include for PATH_MAX. Pointed by dholland.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/distinfo | 4 | ||||
-rw-r--r-- | audio/arts/patches/patch-aj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/arts/distinfo b/audio/arts/distinfo index 102df6eb043..cde38d96aae 100644 --- a/audio/arts/distinfo +++ b/audio/arts/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.49 2009/07/21 11:27:22 tnn Exp $ +$NetBSD: distinfo,v 1.50 2009/07/24 12:12:06 tnn Exp $ SHA1 (arts-1.5.10.tar.bz2) = 2e5507f64a4a4a9ad446cc987dff157e38f98274 RMD160 (arts-1.5.10.tar.bz2) = 8c237ebd06ac82b88cf7394722fb8da459902ee7 @@ -12,4 +12,4 @@ SHA1 (patch-af) = 9a130ccd7f56656bb55e2c5edf223c38c69be591 SHA1 (patch-ag) = 618e792fe0338e0c00b442ea8a4d0f68a96e13a3 SHA1 (patch-ah) = fb545153a03202e8f4a5955a01ceeeee69ba12c5 SHA1 (patch-ai) = aee6c94746a84aae101decc1ca5b2fff43a669c1 -SHA1 (patch-aj) = d84825a3218a473b3f1c4e98dd6b1ba05b344f7e +SHA1 (patch-aj) = ad2637ffab24e501d858d4a32b337ffbb940e5b0 diff --git a/audio/arts/patches/patch-aj b/audio/arts/patches/patch-aj index 7fc9ab95651..72a14b05ace 100644 --- a/audio/arts/patches/patch-aj +++ b/audio/arts/patches/patch-aj @@ -1,4 +1,4 @@ -$NetBSD: patch-aj,v 1.1 2009/07/21 11:27:23 tnn Exp $ +$NetBSD: patch-aj,v 1.2 2009/07/24 12:12:06 tnn Exp $ --- mcop/mcoputils.cc.orig 2008-02-13 10:35:23.000000000 +0100 +++ mcop/mcoputils.cc @@ -6,7 +6,7 @@ $NetBSD: patch-aj,v 1.1 2009/07/21 11:27:23 tnn Exp $ #include <pwd.h> #include <sys/stat.h> #include <sys/types.h> -+#include <sys/param.h> /* for PATH_MAX */ ++#include <limits.h> /* for PATH_MAX */ #include <fcntl.h> #include <unistd.h> #include <netdb.h> |