media-libs/assimp: cmake findassimp patch corrected NAMES
authorSlawomir Lis <slis@gentoo.org>
Thu, 10 Oct 2019 19:11:06 +0000 (21:11 +0200)
committerSlawomir Lis <slis@gentoo.org>
Thu, 10 Oct 2019 19:13:34 +0000 (21:13 +0200)
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>
media-libs/assimp/files/assimp-4.1.0-findassimp.patch

index c2a3230774653e1394c8d12b2e1b61e1cc71acf0..6056f4973c55cb3f57e8615235e7f9b86adcfcdb 100644 (file)
@@ -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/
        )