mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
21 lines
683 B
C
21 lines
683 B
C
--- AudioDriver.h.orig 1997-03-03 21:47:00 UTC
|
|
+++ AudioDriver.h
|
|
@@ -7,14 +7,15 @@
|
|
#include <string.h>
|
|
#include <sys/ioctl.h>
|
|
#include <unistd.h>
|
|
+#include "Config.h"
|
|
|
|
// These next includes were not required if libsidplay would not
|
|
// provide related HAVE_* definitions.
|
|
#include <sidplay/compconf.h>
|
|
#if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
|
|
#include <linux/soundcard.h>
|
|
-#elif defined(HAVE_FREEBSD) && defined(HAVE_MACHINE_SOUNDCARD_H)
|
|
- #include <machine/soundcard.h>
|
|
+#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H)
|
|
+ #include <sys/soundcard.h>
|
|
#elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H)
|
|
#include <soundcard.h>
|
|
#else
|