diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-08-06 05:23:17 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-08-06 05:23:17 (GMT) |
commit | e7b31175f84daf5c900f5229b32d76fc7ed44746 (patch) | |
tree | 9a3f683f84aee3a58eae553c34298b6634c57990 /abs/extra/community/mediatomb/gcc46.patch | |
parent | 98d1e86bb32b7e3e060da019fbb32e5644658702 (diff) | |
download | linhes_pkgbuild-e7b31175f84daf5c900f5229b32d76fc7ed44746.zip linhes_pkgbuild-e7b31175f84daf5c900f5229b32d76fc7ed44746.tar.gz linhes_pkgbuild-e7b31175f84daf5c900f5229b32d76fc7ed44746.tar.bz2 |
mediatomb: Bump to latest.
Diffstat (limited to 'abs/extra/community/mediatomb/gcc46.patch')
-rw-r--r-- | abs/extra/community/mediatomb/gcc46.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra/community/mediatomb/gcc46.patch b/abs/extra/community/mediatomb/gcc46.patch new file mode 100644 index 0000000..0f4fe49 --- /dev/null +++ b/abs/extra/community/mediatomb/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 |