summaryrefslogtreecommitdiff
path: root/media-gfx/exiv2/exiv2-0.26_p20171013.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/exiv2/exiv2-0.26_p20171013.ebuild')
-rw-r--r--media-gfx/exiv2/exiv2-0.26_p20171013.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/exiv2/exiv2-0.26_p20171013.ebuild b/media-gfx/exiv2/exiv2-0.26_p20171013.ebuild
index 9aa6302ffd0d..edc5b1631383 100644
--- a/media-gfx/exiv2/exiv2-0.26_p20171013.ebuild
+++ b/media-gfx/exiv2/exiv2-0.26_p20171013.ebuild
@@ -41,7 +41,10 @@ DEPEND="${RDEPEND}
DOCS=( README.md doc/ChangeLog doc/cmd.txt )
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-cmake.patch"
+ "${FILESDIR}/${P}-ccache.patch" # bug 634302
+)
pkg_setup() {
use doc && python-any-r1_pkg_setup
@@ -82,7 +85,8 @@ src_prepare() {
multilib_src_configure() {
local mycmakeargs=(
- -DEXIV2_BUILD_SAMPLES=NO
+ -DBUILD_WITH_CCACHE=OFF
+ -DEXIV2_BUILD_SAMPLES=OFF
-DEXIV2_BUILD_PO=$(usex nls)
-DEXIV2_ENABLE_NLS=$(usex nls)
-DEXIV2_ENABLE_PNG=$(usex png)