diff options
author | 2010-12-12 21:21:38 +0000 | |
---|---|---|
committer | 2010-12-12 21:21:38 +0000 | |
commit | 858bec80df419b4b82ba9a5952f2a913a373feb8 (patch) | |
tree | aa8f9dcd00cd18529bd7b8d8fa3813da45fd1f49 /www-plugins/lightspark/files | |
parent | Initial commit, ebuild by me. (diff) | |
download | gentoo-2-858bec80df419b4b82ba9a5952f2a913a373feb8.tar.gz gentoo-2-858bec80df419b4b82ba9a5952f2a913a373feb8.tar.bz2 gentoo-2-858bec80df419b4b82ba9a5952f2a913a373feb8.zip |
Work around llvm-2.8 issue with gcc-4.5, bug #348552
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/lightspark/files')
-rw-r--r-- | www-plugins/lightspark/files/lightspark-0.4.5-llvm-2.8-gcc-4.5.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-plugins/lightspark/files/lightspark-0.4.5-llvm-2.8-gcc-4.5.patch b/www-plugins/lightspark/files/lightspark-0.4.5-llvm-2.8-gcc-4.5.patch new file mode 100644 index 000000000000..3882a0ae226a --- /dev/null +++ b/www-plugins/lightspark/files/lightspark-0.4.5-llvm-2.8-gcc-4.5.patch @@ -0,0 +1,11 @@ +diff -ur a/scripting/abc.h b/scripting/abc.h +--- a/scripting/abc.h 2010-12-08 17:55:46.000000000 +0100 ++++ b/scripting/abc.h 2010-12-12 21:49:56.549000030 +0100 +@@ -19,6 +19,7 @@ + + #ifndef _ABC_H + #define _ABC_H ++#define alignof _alignof + + #include "compat.h" + #include <llvm/Module.h> |