diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 23:02:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-15 04:30:26 +0200 |
commit | 7bf97178eba827b7b8257a6e47d4236d9a2f32e2 (patch) | |
tree | 24bae80018d109ba0240b9df831dab4050e69910 /media-libs/assimp/files | |
parent | dev-python/celery: remove old (diff) | |
download | gentoo-7bf97178eba827b7b8257a6e47d4236d9a2f32e2.tar.gz gentoo-7bf97178eba827b7b8257a6e47d4236d9a2f32e2.tar.bz2 gentoo-7bf97178eba827b7b8257a6e47d4236d9a2f32e2.zip |
media-libs/assimp: Drop old
Closes: https://bugs.gentoo.org/571896
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-libs/assimp/files')
-rw-r--r-- | media-libs/assimp/files/findassimp.patch | 18 | ||||
-rw-r--r-- | media-libs/assimp/files/test-cmakelists.patch | 35 |
2 files changed, 0 insertions, 53 deletions
diff --git a/media-libs/assimp/files/findassimp.patch b/media-libs/assimp/files/findassimp.patch deleted file mode 100644 index 1b62e7301ffe..000000000000 --- a/media-libs/assimp/files/findassimp.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- cmake-modules/Findassimp.cmake.old 2016-09-06 08:26:35.107697600 +0200 -+++ cmake-modules/Findassimp.cmake 2016-09-06 08:29:25.337696582 +0200 -@@ -1,13 +1,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) diff --git a/media-libs/assimp/files/test-cmakelists.patch b/media-libs/assimp/files/test-cmakelists.patch deleted file mode 100644 index 9a3471bbc36a..000000000000 --- a/media-libs/assimp/files/test-cmakelists.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- test/CMakeLists.txt.old 2016-01-21 06:46:12.053363212 +0100 -+++ test/CMakeLists.txt 2016-01-21 06:46:51.126697143 +0100 -@@ -1,7 +1,5 @@ - cmake_minimum_required( VERSION 2.6 ) - --INCLUDE( AddGTest ) -- - INCLUDE_DIRECTORIES( - ${Assimp_SOURCE_DIR}/include - ${Assimp_SOURCE_DIR}/code -@@ -47,7 +45,7 @@ - - SOURCE_GROUP( tests FILES ${TEST_SRCS} ) - --if(AddGTest_FOUND) -+if(BUILD_TESTS) - add_executable( unit - unit/CCompilerTest.c - unit/Main.cpp -@@ -56,13 +54,12 @@ - ) - - add_definitions(-DASSIMP_TEST_MODELS_DIR="${CMAKE_CURRENT_LIST_DIR}/models") -+target_link_libraries( unit gtest ) - - SET_PROPERTY( TARGET assimp PROPERTY DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} ) - - add_dependencies( unit gtest ) - target_link_libraries( unit assimp -- debug ${GTEST_DEBUG_LIBRARIES} -- optimized ${GTEST_RELEASE_LIBRARIES} - ) --endif(AddGTest_FOUND) -+endif(BUILD_TESTS) - add_subdirectory(headercheck) |