diff options
author | pav <pav@FreeBSD.org> | 2003-11-18 03:20:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-18 03:20:17 +0800 |
commit | fbf356a73da56a80d6a3d190f34397e8d54d810f (patch) | |
tree | 8b77cb159f92be8c0ecdaffa4dcb78039b64df3d /audio | |
parent | 30f16ec583b379ae8901be8bfeb3d9f36ea08133 (diff) | |
download | freebsd-ports-gnome-fbf356a73da56a80d6a3d190f34397e8d54d810f.tar.gz freebsd-ports-gnome-fbf356a73da56a80d6a3d190f34397e8d54d810f.tar.zst freebsd-ports-gnome-fbf356a73da56a80d6a3d190f34397e8d54d810f.zip |
- 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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/playmidi/Makefile | 2 | ||||
-rw-r--r-- | audio/playmidi/files/patch-ad | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 912d419311bc..9929f177fa18 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -15,7 +15,7 @@ COMMENT= MIDI player .include <bsd.port.pre.mk> -.if ${OSVERSION} > 501000 +.if ${OSVERSION} > 500014 BROKEN= "Does not compile" .endif 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> |