summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 01:10:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 01:10:53 +0000
commit7482e8d1cdafb7e8543070b7443ddb364e1dfd65 (patch)
treecbcb1d28f9bffdc39dd83b4d6bc099f702600430 /x11-toolkits
parentFix build on -current (machine/soundcard.h -> sys/soundcard.h, and #ifdef 0 (diff)
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Notes
Notes: svn path=/head/; revision=65811
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/plib/files/patch-src::sl::slPortability.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/plib/files/patch-src::sl::slPortability.h b/x11-toolkits/plib/files/patch-src::sl::slPortability.h
new file mode 100644
index 000000000000..b48641b6ae12
--- /dev/null
+++ b/x11-toolkits/plib/files/patch-src::sl::slPortability.h
@@ -0,0 +1,11 @@
+--- ./src/sl/slPortability.h.orig Sat Sep 7 17:54:59 2002
++++ ./src/sl/slPortability.h Sat Sep 7 17:55:22 2002
+@@ -74,7 +74,7 @@
+ # if defined(__linux__)
+ # include <linux/soundcard.h>
+ # elif defined(__FreeBSD__)
+-# include <machine/soundcard.h>
++# include <sys/soundcard.h>
+ # else
+ /*
+ Tom thinks this file may be <sys/soundcard.h> under some