diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-20 03:03:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-20 03:03:56 +0000 |
commit | a28a1142b4467171d6609f3ac9176c4d58c097a2 (patch) | |
tree | c7a3e61c5c5da998dd753fb51ff00dff21e0dd68 /audio/alsa-plugins/files/patch-jack-pcm_jack.c | |
parent | - Update to 3.11 (diff) |
- Update to 1.0.25
- Convert to new options framework
- alsa-plugins:
- Add option: ARIFF_OSS for FreeBSD-specific patch
- Revert ports/165247 per regression in ports/169767
- Unbreak arcam-av and usb_stream plugins
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS
Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.24_v1.0.25
http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24
PR: ports/169841
Submitted by: Jan Beich <jbeich@tormail.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=301209
Diffstat (limited to 'audio/alsa-plugins/files/patch-jack-pcm_jack.c')
-rw-r--r-- | audio/alsa-plugins/files/patch-jack-pcm_jack.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/alsa-plugins/files/patch-jack-pcm_jack.c b/audio/alsa-plugins/files/patch-jack-pcm_jack.c new file mode 100644 index 000000000000..643954784152 --- /dev/null +++ b/audio/alsa-plugins/files/patch-jack-pcm_jack.c @@ -0,0 +1,12 @@ +--- jack/pcm_jack.c.orig 2009-09-16 04:33:36.000000000 +0800 ++++ jack/pcm_jack.c 2009-09-16 04:33:55.000000000 +0800 +@@ -20,7 +20,9 @@ + * + */ + ++#ifndef __FreeBSD__ + #include <byteswap.h> ++#endif + #include <sys/shm.h> + #include <sys/types.h> + #include <sys/socket.h> |