summaryrefslogtreecommitdiff
path: root/audio/rio500
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-22 13:35:05 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-22 13:35:05 +0000
commit7f046624c616c01c477eea7eba4518a3874e8040 (patch)
treeece79408ddb337e5acafc078a1be05c65a5aeb3d /audio/rio500
parent291155e1024f3e6683141ffe94b61686a976cc1e (diff)
downloadpkgsrc-7f046624c616c01c477eea7eba4518a3874e8040.tar.gz
include missing header file. fixes recently noted compile problems.
Diffstat (limited to 'audio/rio500')
-rw-r--r--audio/rio500/files/patch-sum3
-rw-r--r--audio/rio500/patches/patch-ab10
2 files changed, 12 insertions, 1 deletions
diff --git a/audio/rio500/files/patch-sum b/audio/rio500/files/patch-sum
index 16e6e024988..4ee0aa33f02 100644
--- a/audio/rio500/files/patch-sum
+++ b/audio/rio500/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/07/28 14:59:05 ad Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/22 13:35:05 dmcmahill Exp $
MD5 (patch-aa) = 89c938ce663310de4829d5acefd57dd6
+MD5 (patch-ab) = 50237b8bc1e3b651854f6ee20d106665
diff --git a/audio/rio500/patches/patch-ab b/audio/rio500/patches/patch-ab
new file mode 100644
index 00000000000..7145b6bec9a
--- /dev/null
+++ b/audio/rio500/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1 2000/08/22 13:35:05 dmcmahill Exp $
+
+--- include/libfon.h.orig Sun May 21 19:01:46 2000
++++ include/libfon.h Tue Aug 22 09:16:46 2000
+@@ -25,4 +25,5 @@
+
+ #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++#include <sys/inttypes.h>
+ #include <sys/param.h>
+ #else