summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-15 01:06:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-15 10:19:43 +0200
commitb280e6df520753f9947f3937b2d23f275b34ca7f (patch)
tree6fb66831f5012d77f2883764c6ac33af51dadd57 /media-libs/assimp/files/assimp-4.1.0-findassimp.patch
parentsys-apps/file: Synced live ebuild (diff)
downloadgentoo-b280e6df520753f9947f3937b2d23f275b34ca7f.tar.gz
gentoo-b280e6df520753f9947f3937b2d23f275b34ca7f.tar.bz2
gentoo-b280e6df520753f9947f3937b2d23f275b34ca7f.zip
media-libs/assimp: Drop 4.0.1, 4.0.1-r1 and 4.1.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/assimp/files/assimp-4.1.0-findassimp.patch')
-rw-r--r--media-libs/assimp/files/assimp-4.1.0-findassimp.patch28
1 files changed, 0 insertions, 28 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
deleted file mode 100644
index 6056f4973c55..000000000000
--- a/media-libs/assimp/files/assimp-4.1.0-findassimp.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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
-@@ -54,14 +54,17 @@
-
- find_path(
- assimp_INCLUDE_DIRS
-- 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/
- )
-
- find_library(
- assimp_LIBRARIES
- NAMES assimp
- PATHS /usr/local/lib/
-+ PATHS /usr/lib/
-+ PATHS /usr/lib64/
- )
-
- if (assimp_INCLUDE_DIRS AND assimp_LIBRARIES)
-@@ -78,4 +81,4 @@
- endif (assimp_FIND_REQUIRED)
- endif (assimp_FOUND)
-
--endif(WIN32)
-\ Brak znaku nowej linii na końcu pliku
-+endif(WIN32)