add patch to fix build using gcc5

This commit is contained in:
Lukas Rusak 2015-10-23 00:31:31 -07:00 committed by Stephan Raue
parent ec9c316658
commit 877c630fe1

View File

@ -0,0 +1,17 @@
diff -Naur audiodecoder.ncsf-6cbec60.orig/lib/SSEQPlayer/convert.h audiodecoder.ncsf-6cbec60/lib/SSEQPlayer/convert.h
--- audiodecoder.ncsf-6cbec60.orig/lib/SSEQPlayer/convert.h 2015-05-09 09:55:22.000000000 -0700
+++ audiodecoder.ncsf-6cbec60/lib/SSEQPlayer/convert.h 2015-10-23 00:23:22.442374128 -0700
@@ -11,12 +11,7 @@
#include <sstream>
#include <typeinfo>
#include <locale>
-#if (defined(__GNUC__) || defined(__clang__)) && !defined(_LIBCPP_VERSION)
-# include "wstring_convert.h"
-# include "codecvt.h"
-#else
-# include <codecvt>
-#endif
+#include <codecvt>
#include <vector>
#include <cmath>