pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/arts Include <sys/param.h> to get PATH_MAX defined.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1678a22b3a8
branches:  trunk
changeset: 396260:b1678a22b3a8
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jul 21 11:27:22 2009 +0000

description:
Include <sys/param.h> to get PATH_MAX defined.
Fixes Linux build.

diffstat:

 audio/arts/distinfo         |   3 ++-
 audio/arts/patches/patch-aj |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r ee1bc8352e71 -r b1678a22b3a8 audio/arts/distinfo
--- a/audio/arts/distinfo       Tue Jul 21 11:15:53 2009 +0000
+++ b/audio/arts/distinfo       Tue Jul 21 11:27:22 2009 +0000
@@ -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-ag) = 618e792fe0338e0c00b442ea8a4d0f68a96e13a3
 SHA1 (patch-ah) = fb545153a03202e8f4a5955a01ceeeee69ba12c5
 SHA1 (patch-ai) = aee6c94746a84aae101decc1ca5b2fff43a669c1
+SHA1 (patch-aj) = d84825a3218a473b3f1c4e98dd6b1ba05b344f7e
diff -r ee1bc8352e71 -r b1678a22b3a8 audio/arts/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/arts/patches/patch-aj       Tue Jul 21 11:27:22 2009 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index