diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 19:20:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 19:20:17 +0000 |
commit | 6d6e71f014b59b1a8db28aa88c28182569622766 (patch) | |
tree | 4b7ad6de05a4bf0100d487e122076e042d1e8ac4 /audio/playmidi/files | |
parent | KTagebuch is a diary program for KDE 3. (diff) |
- Let the build break on -CURRENT a little later.
This software needs ultrasound.h header which was axed from HEAD
3 years ago. It survived in RELENG_4 however.
PR: ports/59004
Submitted by: Ports Fury
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94186
Diffstat (limited to 'audio/playmidi/files')
-rw-r--r-- | audio/playmidi/files/patch-ad | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/playmidi/files/patch-ad b/audio/playmidi/files/patch-ad index 03a60f814d40..53ef556a7e4b 100644 --- a/audio/playmidi/files/patch-ad +++ b/audio/playmidi/files/patch-ad @@ -15,15 +15,3 @@ #define ISPERC(x) (perc & (1 << x)) #define ISGUS(x) (play_gus & (1 << x)) #define ISFM(x) (play_fm & (1 << x)) -@@ -50,7 +50,11 @@ - #include <stdio.h> - #include <string.h> - #include <stdlib.h> -+#ifdef __FreeBSD__ -+#include <machine/soundcard.h> -+#else - #include <sys/soundcard.h> -+#endif - #include <sys/ioctl.h> - #ifdef linux - #include <linux/awe_voice.h> |