diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2010-11-22 11:35:55 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2010-11-22 11:35:55 +0000 |
commit | 4c8a065e7f12122ecd7c721a647754b79cb856ed (patch) | |
tree | 60a191c2b65d0233c93a5e5c8fc14cbce0d3703e /x11/fbpanel/files/patch-plugins__volume__volume.c | |
parent | OPTIONize sasl2 dependency. (diff) |
Update to version 6.1
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
Diffstat (limited to 'x11/fbpanel/files/patch-plugins__volume__volume.c')
-rw-r--r-- | x11/fbpanel/files/patch-plugins__volume__volume.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fbpanel/files/patch-plugins__volume__volume.c b/x11/fbpanel/files/patch-plugins__volume__volume.c new file mode 100644 index 000000000000..d12f97b256fb --- /dev/null +++ b/x11/fbpanel/files/patch-plugins__volume__volume.c @@ -0,0 +1,13 @@ +--- ./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 |