diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-01-14 03:23:07 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-01-14 03:23:07 +0000 |
commit | 14200ea79a2677ec1e7319f484ac0b0df14dc2f2 (patch) | |
tree | c97a864264eb74bc11c07c5b2d28f7b34e2d18b0 /audio/ccaudio2/files/patch-src_w32.cpp | |
parent | New port: devel/py-oslo.utils (diff) |
- Update devel/ucommon to 7.0.0
- Bump PORTREVISION on dependent ports due to shlib bump
- Update audio/ccaudio2 to 2.2.0
- Add LICENSE
- Fix detection of gsm and speex
Notes
Notes:
svn path=/head/; revision=406089
Diffstat (limited to 'audio/ccaudio2/files/patch-src_w32.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src_w32.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ccaudio2/files/patch-src_w32.cpp b/audio/ccaudio2/files/patch-src_w32.cpp new file mode 100644 index 000000000000..0dc7dd4407eb --- /dev/null +++ b/audio/ccaudio2/files/patch-src_w32.cpp @@ -0,0 +1,11 @@ +--- src/w32.cpp.orig 2015-03-28 15:21:41 UTC ++++ src/w32.cpp +@@ -21,7 +21,7 @@ + #include <ccaudio2-config.h> + #include <math.h> + #ifdef HAVE_ENDIAN_H +-#include <endian.h> ++#include <sys/endian.h> + #endif + #define MAX_DEVICES 1 + |