- Fix build in presence of minizip
PR: 208563 Approved by: maintainer timeout (yuri@tsoft.com, 2 weeks)
This commit is contained in:
parent
eed40caab8
commit
178ed477bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413789
1 changed files with 10 additions and 0 deletions
10
multimedia/assimp/files/patch-CMakeLists.txt
Normal file
10
multimedia/assimp/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- CMakeLists.txt.orig 2014-06-14 15:00:10 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -153,7 +153,6 @@ INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
|
||||
|
||||
# Search for unzip
|
||||
if (PKG_CONFIG_FOUND)
|
||||
- PKG_CHECK_MODULES(UNZIP minizip)
|
||||
endif (PKG_CONFIG_FOUND)
|
||||
|
||||
IF ( ASSIMP_NO_EXPORT )
|
Loading…
Reference in a new issue