freebsd-ports/audio/mixer.app/files/patch-Mixer.cc
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

11 lines
248 B
C++

--- Mixer.cc.orig 2002-09-15 16:42:33 UTC
+++ Mixer.cc
@@ -33,8 +33,6 @@
#if defined(__Linux__)
#include <linux/soundcard.h>
-#elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
#elif defined(__OpenBSD__)
#include <soundcard.h>
#else