diff options
author | hans <hans> | 2012-02-15 20:04:30 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-15 20:04:30 +0000 |
commit | 9ac2fad3bb5614f0433cc2941f3060850891fc82 (patch) | |
tree | 69e8a604bd9e12485a864994b2997261ff7d3abc /audio/aumix/patches | |
parent | bc66ca9cb662d77f4e94f24ffc57e26ab2efd4d1 (diff) | |
download | pkgsrc-9ac2fad3bb5614f0433cc2941f3060850891fc82.tar.gz |
Fix build on SunOS. REPLACE_SH on installed shell scripts.
Diffstat (limited to 'audio/aumix/patches')
-rw-r--r-- | audio/aumix/patches/patch-src_common.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/aumix/patches/patch-src_common.h b/audio/aumix/patches/patch-src_common.h new file mode 100644 index 00000000000..9b5d4665355 --- /dev/null +++ b/audio/aumix/patches/patch-src_common.h @@ -0,0 +1,15 @@ +$NetBSD: patch-src_common.h,v 1.1 2012/02/15 20:04:30 hans Exp $ + +--- src/common.h.orig 2002-10-29 22:27:51.000000000 +0100 ++++ src/common.h 2012-01-15 20:21:18.171640932 +0100 +@@ -42,6 +42,10 @@ + #include <fcntl.h> + #include <sys/ioctl.h> + ++#ifdef HAVE_LIMITS_H ++#include <limits.h> ++#endif ++ + #ifdef HAVE_SYS_SOUNDCARD_H + #include <sys/soundcard.h> + #else |