Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479548 - =www-plugins/lightspark-0.7.2 - patch for LLVM 3.3
Summary: =www-plugins/lightspark-0.7.2 - patch for LLVM 3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-02 18:04 UTC by David Kredba
Modified: 2014-03-07 00:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kredba 2013-08-02 18:04:23 UTC
Hello,

Fedora have patch for =www-plugins/lightspark-0.7.2 for LLVM 3.3.

Could you please consider adding it to the tree?

http://cvs.rpmfusion.org/viewvc/rpms/lightspark/F-19/lightspark-0.7.2-llvm33.patch?revision=1.1&root=free&view=markup



Reproducible: Always
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2013-10-04 23:53:56 UTC
Fixed in 0.7.2-r1
Comment 2 Julian Ospald 2014-02-14 14:25:32 UTC
there is a dirty fix for llvm-3.4

src_prepare() {
    cmake-utils_src_prepare
    sed -i -e '/JITExceptionHandling/d' src/scripting/abc.cpp || die
}
Comment 3 Rafał Mużyło 2014-03-07 00:58:06 UTC
(In reply to Julian Ospald (hasufell) from comment #2)
> there is a dirty fix for llvm-3.4
> 
> src_prepare() {
>     cmake-utils_src_prepare
>     sed -i -e '/JITExceptionHandling/d' src/scripting/abc.cpp || die
> }

That's more or less what upstream has done: https://github.com/lightspark/lightspark/commit/8ce44e63258229e2d84a14a3b596750b846f368c.

Kind of dirty if that setting actually made a difference elsewhere in the code.