diff options
author | marino <marino@FreeBSD.org> | 2016-03-24 22:13:21 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-03-24 22:13:21 +0800 |
commit | 257b5b165b9ae62868db845f812e638bd4b18af3 (patch) | |
tree | b797a0668baaafff6aa6eb34589683804083e126 /graphics/digikam-kde4 | |
parent | 7b8293d8a22a9366e138576c60f03edd1f5e4328 (diff) | |
download | freebsd-ports-gnome-257b5b165b9ae62868db845f812e638bd4b18af3.tar.gz freebsd-ports-gnome-257b5b165b9ae62868db845f812e638bd4b18af3.tar.zst freebsd-ports-gnome-257b5b165b9ae62868db845f812e638bd4b18af3.zip |
graphics/digikam-kde4: Fix build everywhere (with upstream patch)
Take the dports patch to fix compilation with Lensfun 0.3.2
(14 DEC 2015, 0f159981176faa6da701f112bfe557b79804d468)
Digikam broke when lensfun was updated on 18 March 2016.
Approved by: just-fix-it
Diffstat (limited to 'graphics/digikam-kde4')
-rw-r--r-- | graphics/digikam-kde4/files/patch-libs_dimg_filters_lens_lensfuniface.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/digikam-kde4/files/patch-libs_dimg_filters_lens_lensfuniface.h b/graphics/digikam-kde4/files/patch-libs_dimg_filters_lens_lensfuniface.h new file mode 100644 index 000000000000..103a17e15803 --- /dev/null +++ b/graphics/digikam-kde4/files/patch-libs_dimg_filters_lens_lensfuniface.h @@ -0,0 +1,13 @@ +--- libs/dimg/filters/lens/lensfuniface.h.intermediate 2016-03-24 13:37:42 UTC ++++ libs/dimg/filters/lens/lensfuniface.h +@@ -24,10 +24,7 @@ + + // Lib LensFun includes + +-extern "C" +-{ + #include <lensfun.h> +-} + + // local includes + |