freebsd-ports/audio/glame/files/patch-src_plugins_audio__io__oss.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

14 lines
371 B
C

--- src/plugins/audio_io_oss.c.orig 2005-03-27 12:29:48 UTC
+++ src/plugins/audio_io_oss.c
@@ -26,9 +26,9 @@
#ifdef HAVE_OSS_LINUX
#include <linux/soundcard.h>
-#elif HAVE_OSS_SYS
+#elif defined(HAVE_OSS_SYS)
#include <sys/soundcard.h>
-#elif HAVE_OSS_MACHINE
+#elif defined(HAVE_OSS_MACHINE)
#include <machine/soundcard.h>
#else
#error BUG in OSS configuration.