mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
collada-dom: for boost-1.89
This commit is contained in:
parent
53557f87c0
commit
f994de0876
2 changed files with 12 additions and 1 deletions
11
srcpkgs/collada-dom/patches/boost-1.89.patch
Normal file
11
srcpkgs/collada-dom/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -159,7 +159,7 @@ endif()
|
||||||
|
if( NOT $ENV{BOOST_LIBRARYDIR} STREQUAL "" )
|
||||||
|
set(Boost_LIBRARY_DIRS $ENV{BOOST_LIBRARYDIR})
|
||||||
|
endif()
|
||||||
|
-find_package(Boost COMPONENTS filesystem system REQUIRED)
|
||||||
|
+find_package(Boost COMPONENTS filesystem REQUIRED)
|
||||||
|
|
||||||
|
message(STATUS "found boost version: ${Boost_VERSION}")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'collada-dom'
|
# Template file for 'collada-dom'
|
||||||
pkgname=collada-dom
|
pkgname=collada-dom
|
||||||
version=2.5.0
|
version=2.5.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel-minimal libboost_filesystem libxml2-devel
|
makedepends="boost-devel-minimal libboost_filesystem libxml2-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue