mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
add patch to fix build using gcc5
This commit is contained in:
committed by
Stephan Raue
parent
ec9c316658
commit
877c630fe1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user