summaryrefslogtreecommitdiff
path: root/audio/aumix/patches
diff options
context:
space:
mode:
authorhans <hans>2012-02-15 20:04:30 +0000
committerhans <hans>2012-02-15 20:04:30 +0000
commit9ac2fad3bb5614f0433cc2941f3060850891fc82 (patch)
tree69e8a604bd9e12485a864994b2997261ff7d3abc /audio/aumix/patches
parentbc66ca9cb662d77f4e94f24ffc57e26ab2efd4d1 (diff)
downloadpkgsrc-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.h15
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