summaryrefslogtreecommitdiff
path: root/games/plib/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/plib/patches/patch-aa')
-rw-r--r--games/plib/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/plib/patches/patch-aa b/games/plib/patches/patch-aa
new file mode 100644
index 00000000000..d1aa9f79cd8
--- /dev/null
+++ b/games/plib/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2003/09/22 12:27:29 xtraeme Exp $
+
+--- src/sl/slPortability.h.orig Mon Sep 22 06:08:29 2003
++++ src/sl/slPortability.h Mon Sep 22 06:09:02 2003
+@@ -78,7 +78,11 @@
+ # if defined(__linux__)
+ # include <linux/soundcard.h>
+ # elif defined(__FreeBSD__)
++# if __FreeBSD_version >= 500000
++# include <sys/soundcard.h>
++# else
+ # include <machine/soundcard.h>
++# endif
+ # else
+ /*
+ Tom thinks this file may be <sys/soundcard.h> under some