diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-05-20 08:39:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-05-20 08:39:56 +0000 |
commit | b1f5de69f7edd8a742ba40564f636a7ad6504841 (patch) | |
tree | ba0595c6140d2a5cc50501cbdff346ca9e9402e4 /audio/ccaudio2/files/patch-src_audiofile.cpp | |
parent | - Chase devel/ucommon shlib version bump (diff) |
- Update to 2.1.2
Changes:
from ccaudio2 2.1.1 to ccaudio2 2.1.2
- fixed cmake shared library builds
- windows audio fixups
from ccaudio2 2.1.0 to ccaudio2 2.1.1
- fixed library naming in CMakeLists.txt
- updated spec files
- updated lib .so name
from ccaudio2 2.0.5 to ccaudio2 2.1.0
- modernized automake
- patches from Brandon Invergo for current ucommon
- various code cleanups
- Fix MASTER_SITE, general description and WWW line in pkg-descr
Notes
Notes:
svn path=/head/; revision=354617
Diffstat (limited to 'audio/ccaudio2/files/patch-src_audiofile.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src_audiofile.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/ccaudio2/files/patch-src_audiofile.cpp b/audio/ccaudio2/files/patch-src_audiofile.cpp deleted file mode 100644 index 7c031c80ab4a..000000000000 --- a/audio/ccaudio2/files/patch-src_audiofile.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/audiofile.cpp.orig 2011-02-21 11:11:41.000000000 +0000 -+++ src/audiofile.cpp 2011-02-21 11:16:03.000000000 +0000 -@@ -20,6 +20,12 @@ - #include <config.h> - #ifdef HAVE_ENDIAN_H - #include <endian.h> -+#else -+#ifdef __FreeBSD__ -+#include <sys/endian.h> -+#define __LITTLE_ENDIAN (_BYTE_ORDER == _LITTLE_ENDIAN) -+#define __BIG_ENDIAN (_BYTE_ORDER == _BIG_ENDIAN) -+#endif - #endif - #include <ucommon/export.h> - #include <ccaudio2.h> |