diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-03 20:48:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-03 20:48:42 +0000 |
commit | ea71fcabe38f27fac6830afe5ece5b497ed02544 (patch) | |
tree | dc12503133b40fa90457838cbcc35fb7cd53ed98 /audio/xsidplay/patches | |
parent | bbdf0720f753c6cc67b9a8e99306b4210ce28e83 (diff) | |
download | pkgsrc-ea71fcabe38f27fac6830afe5ece5b497ed02544.tar.gz |
DragonFly has FreeBSD-style audio support, so use it like that.
Diffstat (limited to 'audio/xsidplay/patches')
-rw-r--r-- | audio/xsidplay/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/xsidplay/patches/patch-aa b/audio/xsidplay/patches/patch-aa index ce08ba732f2..610f29d97b1 100644 --- a/audio/xsidplay/patches/patch-aa +++ b/audio/xsidplay/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.9 2004/09/17 23:21:27 hubertf Exp $ +$NetBSD: patch-aa,v 1.10 2005/10/03 20:48:42 joerg Exp $ ---- configure.orig 2003-02-01 21:18:09.000000000 +0100 +--- configure.orig 2003-02-01 20:18:09.000000000 +0000 +++ configure @@ -6577,6 +6577,7 @@ else fi @@ -35,6 +35,15 @@ $NetBSD: patch-aa,v 1.9 2004/09/17 23:21:27 hubertf Exp $ if test -n "$ESD_CONFIG"; then +@@ -6705,7 +6708,7 @@ EOF + $CP src/audio/linux/* src/audio + echo "$ac_t""linux (OSS)" 1>&6 + ;; +- *freebsd*) my_have_audio_driver=yes ++ *freebsd*|*dragonfly*) my_have_audio_driver=yes + cat >> confdefs.h <<\EOF + #define HAVE_FREEBSD 1 + EOF @@ -7789,6 +7792,7 @@ fi done |