1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/playmidi/files/patch-ad
Pav Lucistnik 6d6e71f014 - 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)
2003-11-17 19:20:17 +00:00

18 lines
605 B
Plaintext

--- playmidi.h-dist.orig Mon May 12 06:26:36 1997
+++ playmidi.h-dist Tue Aug 15 23:02:27 2000
@@ -35,10 +35,10 @@
#define MAXTRKS 128
/* where to find fm patch libraries */
#define SEQUENCER_DEV "/dev/sequencer"
-#define O3MELODIC "/etc/std.o3"
-#define O3DRUMS "/etc/drums.o3"
-#define SBMELODIC "/etc/std.sb"
-#define SBDRUMS "/etc/drums.sb"
+#define O3MELODIC MIDI "/std.o3"
+#define O3DRUMS MIDI "/drums.o3"
+#define SBMELODIC MIDI "/std.sb"
+#define SBDRUMS MIDI "/drums.sb"
#define ISPERC(x) (perc & (1 << x))
#define ISGUS(x) (play_gus & (1 << x))
#define ISFM(x) (play_fm & (1 << x))