mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4c8a065e7f
Numerous changes since last FreeBSD port version. See CHANGELOG from distfile for details. PR: 152338 Submitted by: Charlie Kester corky1951@comcast.net (maintainer) Approved by: itetcu
14 lines
327 B
C
14 lines
327 B
C
--- ./plugins/volume/volume.c.orig 2010-05-02 02:13:47.000000000 -0700
|
|
+++ ./plugins/volume/volume.c 2010-11-17 11:06:07.000000000 -0800
|
|
@@ -11,6 +11,10 @@
|
|
#include <fcntl.h>
|
|
#if defined __linux__
|
|
#include <linux/soundcard.h>
|
|
+#else
|
|
+#if defined __FreeBSD__
|
|
+#include <sys/soundcard.h>
|
|
+#endif
|
|
#endif
|
|
|
|
//#define DEBUGPRN
|