diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-06 04:56:50 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-06 04:56:50 +0800 |
commit | 25131cb82a8efdffd0f00f9330110834f900e902 (patch) | |
tree | bfc963d08a3dec41ac1200db39b5bc69eb3851a2 /audio/playmidi/files/patch-ad | |
parent | 4c38bdd955d963db23d575b8c166bc4d421f24a1 (diff) | |
download | freebsd-ports-gnome-25131cb82a8efdffd0f00f9330110834f900e902.tar.gz freebsd-ports-gnome-25131cb82a8efdffd0f00f9330110834f900e902.tar.zst freebsd-ports-gnome-25131cb82a8efdffd0f00f9330110834f900e902.zip |
Update port to 2.4
PR: 15912
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'audio/playmidi/files/patch-ad')
-rw-r--r-- | audio/playmidi/files/patch-ad | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/playmidi/files/patch-ad b/audio/playmidi/files/patch-ad index 893d42c186ba..c797c3cf4c76 100644 --- a/audio/playmidi/files/patch-ad +++ b/audio/playmidi/files/patch-ad @@ -1,5 +1,5 @@ -*** playmidi.h-dist.bak Sat Feb 24 17:00:00 1996 ---- playmidi.h-dist Fri Nov 15 08:47:23 1996 +*** playmidi.h-dist.orig Mon May 12 06:26:36 1997 +--- playmidi.h-dist Wed Jan 5 06:33:52 2000 *************** *** 35,44 **** #define MAXTRKS 128 @@ -17,18 +17,18 @@ /* where to find fm patch libraries */ #define SEQUENCER_DEV "/dev/sequencer" ! #ifndef PREFIX -! #define PREFIX "/usr/local" +! #define PREFIX "/usr/local" ! #endif -! #define O3MELODIC PREFIX "/lib/midi/std.o3" -! #define O3DRUMS PREFIX "/lib/midi/drums.o3" -! #define SBMELODIC PREFIX "/lib/midi/std.sb" -! #define SBDRUMS PREFIX "/lib/midi/drums.sb" +! #define O3MELODIC PREFIX "/libdata/midi/std.o3" +! #define O3DRUMS PREFIX "/libdata/midi/drums.o3" +! #define SBMELODIC PREFIX "/libdata/midi/std.sb" +! #define SBDRUMS PREFIX "/libdata/midi/drums.sb" #define ISPERC(x) (perc & (1 << x)) #define ISGUS(x) (play_gus & (1 << x)) #define ISFM(x) (play_fm & (1 << x)) *************** -*** 49,55 **** ---- 52,62 ---- +*** 50,56 **** +--- 53,63 ---- #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -38,5 +38,5 @@ #include <sys/soundcard.h> + #endif #include <sys/ioctl.h> - - struct chanstate { + #ifdef linux + #include <linux/awe_voice.h> |