non port: graphics/libkdcraw-kde4/files/patch-git_46898ec9 |
SVNWeb
|
Number of commits found: 1 |
Mon, 15 Jun 2015
|
[ 17:15 rakuco ]
Add upstream patch to fix the GCC build after r388490.
libraw 0.16.1 started shipping some code that uses C++ exceptions. KDE code,
on the other hand, disables exceptions by default, and users must opt-in in
CMake to use them. clang is the exception and exceptions are always enabled
when using it, which is why the build did not break with it.
Import an upstream commit that does exactly that.
Bump PORTREVISION to make sure that all users build the port with exception
support.
Done in collaboration with alonso@.
PR: 200734
|
Number of commits found: 1 |