summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-11 16:31:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-12 14:19:14 +0100
commit480753efd49061c8ea1fff89a9f0a7c16678c175 (patch)
treed0b82f34a2a639aba076c2390c56f4a894654b35 /media-gfx/enblend/files/enblend-4.2.0_p20161007-cmake.patch
parentdev-ml/ocaml-containers: Add 1.0 without keywords since it breaks its sole re... (diff)
downloadgentoo-480753efd49061c8ea1fff89a9f0a7c16678c175.tar.gz
gentoo-480753efd49061c8ea1fff89a9f0a7c16678c175.tar.bz2
gentoo-480753efd49061c8ea1fff89a9f0a7c16678c175.zip
media-gfx/enblend: Fix Find{LCMS2,OpenGL}.cmake hardcoded lib32 paths
Fixes build on amd64 without ABI_X86_32 enabled deps. - enblend-4.1.3-r2: EAPI 6, cleanup deps, add missing virtual/glu dep - enblend-4.2.0_p20161007-r1: Cleanup, fix, sort, drop unused deps - push back media-libs/libpng, virtual/jpeg to DEPEND (only headers) - media-gfx/imagemagick -> virtual/imagemagick-tools, only if USE=doc Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3923
Diffstat (limited to 'media-gfx/enblend/files/enblend-4.2.0_p20161007-cmake.patch')
-rw-r--r--media-gfx/enblend/files/enblend-4.2.0_p20161007-cmake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/enblend/files/enblend-4.2.0_p20161007-cmake.patch b/media-gfx/enblend/files/enblend-4.2.0_p20161007-cmake.patch
new file mode 100644
index 000000000000..fcbeb64232d1
--- /dev/null
+++ b/media-gfx/enblend/files/enblend-4.2.0_p20161007-cmake.patch
@@ -0,0 +1,11 @@
+--- a/CMakeModules/FindLCMS2.cmake 2016-09-24 11:28:47.000000000 +0200
++++ b/CMakeModules/FindLCMS2.cmake 2017-02-11 16:15:33.492507341 +0100
+@@ -5,7 +5,7 @@
+ /usr/local/include
+ /usr/include
+ )
+- FIND_LIBRARY(LCMS2_LIBRARIES lcms2 HINTS /usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib32)
++ FIND_LIBRARY(LCMS2_LIBRARIES lcms2 HINTS /usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib)
+ ELSE(NOT WIN32)
+ FIND_PATH(LCMS2_ROOT_DIR
+ NAMES include/lcms2.h