summarylogtreecommitdiffstats
path: root/gcc46.patch
diff options
context:
space:
mode:
authorSébastien Leduc2015-08-18 16:43:30 +0200
committerSébastien Leduc2015-08-18 16:43:30 +0200
commit0b4d0b210d81b53911fa3f0442302f7a04952f7b (patch)
tree892cba393ff29220700351f7f1c8369a372d4657 /gcc46.patch
downloadaur-mediatomb-samsung-tv.tar.gz
Initial commit (0.12.1-11 + fix of mediatomb-mariadb.service as suggested in the comments of the mediatomb pkg)
Diffstat (limited to 'gcc46.patch')
-rw-r--r--gcc46.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc46.patch b/gcc46.patch
new file mode 100644
index 000000000000..0f4fe490f424
--- /dev/null
+++ b/gcc46.patch
@@ -0,0 +1,10 @@
+--- a/src/zmm/object.h
++++ b/src/zmm/object.h
+@@ -33,6 +33,7 @@
+ #define __ZMM_OBJECT_H__
+
+ #include <new> // for size_t
++#include <cstddef>
+ #include "atomic.h"
+
+ namespace zmm