Package: mppenc Version: 1.16-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, AFAICT, <sys/soundcard.h> is a good guess when no specific location is known. And it indeed fixes the FTBFS on GNU/kFreeBSD, see attached patch. Thanks for considering. Mraw, KiBi.
--- a/src/mppdec.h +++ b/src/mppdec.h @@ -167,7 +167,7 @@ # elif defined __APPLE__ && defined __MACH__ # include <pleasepatchheretherightpathofsoundcard.hforMacOSX/soundcard.h> # else -# include <pleasepatchheretherightpathof/soundcard.h> +# include <sys/soundcard.h> # endif #endif /* USE_OSS_AUDIO */