diff options
author | tnn <tnn@pkgsrc.org> | 2009-07-21 11:27:22 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-07-21 11:27:22 +0000 |
commit | 777c7ac50bc73476a101eb0036b522756f31bd56 (patch) | |
tree | e7307507e657b9e9f92c4f5166c7b5b485f8bc84 /audio | |
parent | 72f75da53b46f4cefdd3e09b65eec50c6d2161c5 (diff) | |
download | pkgsrc-777c7ac50bc73476a101eb0036b522756f31bd56.tar.gz |
Include <sys/param.h> to get PATH_MAX defined.
Fixes Linux build.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/distinfo | 3 | ||||
-rw-r--r-- | audio/arts/patches/patch-aj | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/arts/distinfo b/audio/arts/distinfo index 6ff329bdefb..102df6eb043 100644 --- a/audio/arts/distinfo +++ b/audio/arts/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.48 2009/01/20 13:26:52 sketch Exp $ +$NetBSD: distinfo,v 1.49 2009/07/21 11:27:22 tnn Exp $ SHA1 (arts-1.5.10.tar.bz2) = 2e5507f64a4a4a9ad446cc987dff157e38f98274 RMD160 (arts-1.5.10.tar.bz2) = 8c237ebd06ac82b88cf7394722fb8da459902ee7 @@ -12,3 +12,4 @@ SHA1 (patch-af) = 9a130ccd7f56656bb55e2c5edf223c38c69be591 SHA1 (patch-ag) = 618e792fe0338e0c00b442ea8a4d0f68a96e13a3 SHA1 (patch-ah) = fb545153a03202e8f4a5955a01ceeeee69ba12c5 SHA1 (patch-ai) = aee6c94746a84aae101decc1ca5b2fff43a669c1 +SHA1 (patch-aj) = d84825a3218a473b3f1c4e98dd6b1ba05b344f7e diff --git a/audio/arts/patches/patch-aj b/audio/arts/patches/patch-aj new file mode 100644 index 00000000000..7fc9ab95651 --- /dev/null +++ b/audio/arts/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2009/07/21 11:27:23 tnn Exp $ + +--- mcop/mcoputils.cc.orig 2008-02-13 10:35:23.000000000 +0100 ++++ mcop/mcoputils.cc +@@ -26,6 +26,7 @@ + #include <pwd.h> + #include <sys/stat.h> + #include <sys/types.h> ++#include <sys/param.h> /* for PATH_MAX */ + #include <fcntl.h> + #include <unistd.h> + #include <netdb.h> |