summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2019-10-10 21:11:06 +0200
committerSlawomir Lis <slis@gentoo.org>2019-10-10 21:13:34 +0200
commit9584c3e2852c1210d01dea97854b1f335ce579df (patch)
treec8c829a2a9b27fa7bb7c9ca67292f0d77a8eeee5 /media-libs/assimp/files
parentdev-texlive/texlive-metapost: make repoman happy (diff)
downloadgentoo-9584c3e2852c1210d01dea97854b1f335ce579df.tar.gz
gentoo-9584c3e2852c1210d01dea97854b1f335ce579df.tar.bz2
gentoo-9584c3e2852c1210d01dea97854b1f335ce579df.zip
media-libs/assimp: cmake findassimp patch corrected NAMES
As reported in bug: https://bugs.gentoo.org/696914 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Slawek Lis <slis@gentoo.org>
Diffstat (limited to 'media-libs/assimp/files')
-rw-r--r--media-libs/assimp/files/assimp-4.1.0-findassimp.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/assimp/files/assimp-4.1.0-findassimp.patch b/media-libs/assimp/files/assimp-4.1.0-findassimp.patch
index c2a323077465..6056f4973c55 100644
--- a/media-libs/assimp/files/assimp-4.1.0-findassimp.patch
+++ b/media-libs/assimp/files/assimp-4.1.0-findassimp.patch
@@ -1,8 +1,11 @@
--- a/cmake-modules/Findassimp.cmake 2019-10-08 08:08:29.025321121 +0200
+++ b/cmake-modules/Findassimp.cmake 2019-10-08 08:09:47.976323079 +0200
-@@ -56,12 +56,15 @@
+@@ -54,14 +54,17 @@
+
+ find_path(
assimp_INCLUDE_DIRS
- NAMES postprocess.h scene.h version.h config.h cimport.h
+- NAMES postprocess.h scene.h version.h config.h cimport.h
++ NAMES assimp/postprocess.h assimp/scene.h assimp/version.h assimp/config.h assimp/cimport.h
PATHS /usr/local/include/
+ PATHS /usr/include/
)