Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / mppenc / patches / patch-ab
blobb5cf73d9d67c3a20f8062cb50039ef6007b55972
1 $NetBSD: patch-ab,v 1.1 2007/01/29 21:04:22 joerg Exp $
3 --- src/mppdec.h.orig   2007-01-29 20:36:43.000000000 +0000
4 +++ src/mppdec.h
5 @@ -160,7 +160,7 @@
6  # include <sys/time.h>
7  # if   defined __linux__        // the standard is that this file is stored somewhere on the hard disk
8  #  include <linux/soundcard.h>
9 -# elif defined __bsdi_  ||  defined __FreeBSD__
10 +# elif defined __bsdi_  ||  defined __FreeBSD__ || defined(__DragonFly__) || defined(__sun)
11  #  include <sys/soundcard.h>
12  # elif defined __NetBSD__  ||  defined __OpenBSD__
13  #  include <soundcard.h>