diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-20 15:16:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-20 15:16:10 +0000 |
commit | fb34f99832e40b93b04542035cf4ff304fd0f398 (patch) | |
tree | 7e760d2e072aae9848257afbdd2f414655f7caa3 /games/freesci/patches/patch-ae | |
parent | 778069e28f2b2a1c0f8ed3e197efb2a704f8632c (diff) | |
download | pkgsrc-fb34f99832e40b93b04542035cf4ff304fd0f398.tar.gz |
Make build on current, convert to buildlink3, and add some working
MASTER_SITES.
Diffstat (limited to 'games/freesci/patches/patch-ae')
-rw-r--r-- | games/freesci/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/freesci/patches/patch-ae b/games/freesci/patches/patch-ae new file mode 100644 index 00000000000..1ea4aa01693 --- /dev/null +++ b/games/freesci/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2004/03/20 15:16:10 wiz Exp $ + +--- src/sound/midiout_ossseq.c.orig 2002-09-16 15:19:15.000000000 +0200 ++++ src/sound/midiout_ossseq.c +@@ -19,7 +19,7 @@ + + #include <midiout.h> + +-#ifdef HAVE_SYS_SOUNDCARD_H ++#if defined (HAVE_SYS_SOUNDCARD_H) && !defined(__NetBSD__) + #include <sys/soundcard.h> + #include <stdio.h> + #include <errno.h> |