summaryrefslogtreecommitdiff
path: root/audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-02-13 23:49:48 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-02-13 23:49:48 +0000
commitfd25963a14dddb9247e955ca90ad0bb860891184 (patch)
tree3fd594ce6ffaa61c23cf4ac872e860d5631d173a /audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp
parentdevel/cereal: Update 1.3.0 -> 1.3.0-10 (diff)
Update audio/amarok to recent upstream
This fixes the previous botched update. Existing patches have been merged or made obsolete, while we still need to massage CMakeLists and CMake modules to find things onFreeBSD. While here, drop redundant USES=ssl (it is in the main USES clause already) and add missing USE_KDE=wallet.
Notes
Notes: svn path=/head/; revision=565187
Diffstat (limited to 'audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp')
-rw-r--r--audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp b/audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp
deleted file mode 100644
index 7e84d1dcce0b..000000000000
--- a/audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-If this is not defined, libavutil/common.h fails because of this check:
-
-#if defined(__cplusplus) && !defined(__STDC_CONSTANT_MACROS) && !defined(UINT64_C)
-#error missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS
-#endif
-
-Not submitted upstream, as newer releases build with -std=c++0x, which always
-sets __STD_CONSTANT_MACROS by default.
---- src/musicbrainz/MusicDNSAudioDecoder.cpp.orig 2013-08-14 20:22:52 UTC
-+++ src/musicbrainz/MusicDNSAudioDecoder.cpp
-@@ -14,6 +14,8 @@
- * this program. If not, see <http://www.gnu.org/licenses/>. *
- ****************************************************************************************/
-
-+#define __STDC_CONSTANT_MACROS
-+
- #define DEBUG_PREFIX "MusicDNSAudioDecoder"
-
- #include "MusicDNSAudioDecoder.h"