summaryrefslogtreecommitdiff
path: root/audio/rio500/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-08-22 13:35:05 +0000
committerdmcmahill <dmcmahill>2000-08-22 13:35:05 +0000
commite2f62d98e266845f66c540c5b37c263399136a64 (patch)
treeece79408ddb337e5acafc078a1be05c65a5aeb3d /audio/rio500/patches
parent28a1115d0c48f38c473f5dd1a30e902d4ce565c3 (diff)
downloadpkgsrc-e2f62d98e266845f66c540c5b37c263399136a64.tar.gz
include missing header file. fixes recently noted compile problems.
Diffstat (limited to 'audio/rio500/patches')
-rw-r--r--audio/rio500/patches/patch-ab10
1 files changed, 10 insertions, 0 deletions
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