summaryrefslogtreecommitdiff
path: root/audio/arts/patches
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-07-21 11:27:22 +0000
committertnn <tnn@pkgsrc.org>2009-07-21 11:27:22 +0000
commit777c7ac50bc73476a101eb0036b522756f31bd56 (patch)
treee7307507e657b9e9f92c4f5166c7b5b485f8bc84 /audio/arts/patches
parent72f75da53b46f4cefdd3e09b65eec50c6d2161c5 (diff)
downloadpkgsrc-777c7ac50bc73476a101eb0036b522756f31bd56.tar.gz
Include <sys/param.h> to get PATH_MAX defined.
Fixes Linux build.
Diffstat (limited to 'audio/arts/patches')
-rw-r--r--audio/arts/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
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>