From 858bec80df419b4b82ba9a5952f2a913a373feb8 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sun, 12 Dec 2010 21:21:38 +0000 Subject: Work around llvm-2.8 issue with gcc-4.5, bug #348552 (Portage version: 2.2.0_alpha7/cvs/Linux x86_64) --- .../lightspark/files/lightspark-0.4.5-llvm-2.8-gcc-4.5.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www-plugins/lightspark/files/lightspark-0.4.5-llvm-2.8-gcc-4.5.patch (limited to 'www-plugins/lightspark/files') 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 -- cgit v1.2.3-65-gdbad