1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-04 02:49:14 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Raphael Kubo da Costa
2a6a9bd5e0 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
2015-06-15 17:15:00 +00:00