freebsd-ports/audio/wmsmixer/files/patch-mixctl.h
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
241 B
C

--- mixctl.h.orig 2001-03-02 10:32:05 UTC
+++ mixctl.h
@@ -19,7 +19,7 @@
#include <soundcard.h>
#endif
#ifdef __FreeBSD__
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif
#ifdef __linux__
#include <linux/soundcard.h>