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/arts/patches | |
parent | 72f75da53b46f4cefdd3e09b65eec50c6d2161c5 (diff) | |
download | pkgsrc-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-aj | 12 |
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> |