Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/assimp/files/
Date: Tue, 06 Sep 2016 07:04:33
Message-Id: 1473145458.9d10ad93c12eb3aff648c7eefd3363a15b9bc622.slis@gentoo
1 commit: 9d10ad93c12eb3aff648c7eefd3363a15b9bc622
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 07:04:18 2016 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 07:04:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d10ad93
7
8 media-libs/assimp: included forgotten patch file
9
10 Package-Manager: portage-2.3.0
11
12 media-libs/assimp/files/findassimp.patch | 18 ++++++++++++++++++
13 1 file changed, 18 insertions(+)
14
15 diff --git a/media-libs/assimp/files/findassimp.patch b/media-libs/assimp/files/findassimp.patch
16 new file mode 100644
17 index 00000000..1b62e73
18 --- /dev/null
19 +++ b/media-libs/assimp/files/findassimp.patch
20 @@ -0,0 +1,18 @@
21 +--- cmake-modules/Findassimp.cmake.old 2016-09-06 08:26:35.107697600 +0200
22 ++++ cmake-modules/Findassimp.cmake 2016-09-06 08:29:25.337696582 +0200
23 +@@ -1,13 +1,13 @@
24 + FIND_PATH(
25 + assimp_INCLUDE_DIRS
26 + NAMES postprocess.h scene.h version.h config.h cimport.h
27 +- PATHS /usr/local/include/
28 ++ PATHS /usr/include/
29 + )
30 +
31 + FIND_LIBRARY(
32 + assimp_LIBRARIES
33 + NAMES assimp
34 +- PATHS /usr/local/lib/
35 ++ PATHS /usr/lib/
36 + )
37 +
38 + IF (assimp_INCLUDE_DIRS AND assimp_LIBRARIES)