diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-07-24 08:31:56 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-07-24 08:30:44 +0200 |
commit | bf499ff6e315e46b3557d460a8f656525e8cfc85 (patch) | |
tree | 3197fa7e2f975cb37e457a810510a993f1aaa63b /media-libs/assimp/files | |
parent | dev-util/jenkins-bin: add 2.60.2 (diff) | |
download | gentoo-bf499ff6e315e46b3557d460a8f656525e8cfc85.tar.gz gentoo-bf499ff6e315e46b3557d460a8f656525e8cfc85.tar.bz2 gentoo-bf499ff6e315e46b3557d460a8f656525e8cfc85.zip |
media-libs/assimp: version bump to 4.0.0
Reported in #625948
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs/assimp/files')
-rw-r--r-- | media-libs/assimp/files/findassimp-4.0.0.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/assimp/files/findassimp-4.0.0.patch b/media-libs/assimp/files/findassimp-4.0.0.patch new file mode 100644 index 000000000000..2fbaa73a8500 --- /dev/null +++ b/media-libs/assimp/files/findassimp-4.0.0.patch @@ -0,0 +1,25 @@ +--- a/cmake-modules/Findassimp.cmake 2017-07-24 08:21:12.436647541 +0200 ++++ b/cmake-modules/Findassimp.cmake 2017-07-24 08:21:30.139980768 +0200 +@@ -55,13 +55,13 @@ + find_path( + assimp_INCLUDE_DIRS + NAMES postprocess.h scene.h version.h config.h cimport.h +- PATHS /usr/local/include/ ++ PATHS /usr/include/ + ) + + find_library( + assimp_LIBRARIES + NAMES assimp +- PATHS /usr/local/lib/ ++ PATHS /usr/lib/ + ) + + if (assimp_INCLUDE_DIRS AND assimp_LIBRARIES) +@@ -78,4 +78,4 @@ + endif (assimp_FIND_REQUIRED) + endif (assimp_FOUND) + +-endif(WIN32) +\ Brak znaku nowej linii na końcu pliku ++endif(WIN32) |