mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
gnucash: for boost-1.89
This commit is contained in:
parent
d60b7b66d6
commit
1e2939e72d
2 changed files with 12 additions and 2 deletions
11
srcpkgs/gnucash/patches/boost-1.89.patch
Normal file
11
srcpkgs/gnucash/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -576,7 +576,7 @@ set (Boost_FIND_QUIETLY ON)
|
||||||
|
if (NOT DEFINED ${BOOST_ROOT})
|
||||||
|
set(BOOST_ROOT $ENV{BOOST_ROOT})
|
||||||
|
endif()
|
||||||
|
-find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
|
||||||
|
+find_package (Boost 1.67.0 COMPONENTS filesystem locale program_options)
|
||||||
|
|
||||||
|
if (Boost_FOUND)
|
||||||
|
include_directories(${Boost_INCLUDE_DIRS})
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'gnucash'
|
# Template file for 'gnucash'
|
||||||
pkgname=gnucash
|
pkgname=gnucash
|
||||||
version=5.12
|
version=5.12
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_check_target=check
|
make_check_target=check
|
||||||
configure_args="-DWITH_PYTHON=1 -DCOMPILE_GSCHEMAS=OFF"
|
configure_args="-DWITH_PYTHON=1 -DCOMPILE_GSCHEMAS=OFF"
|
||||||
hostmakedepends="pkg-config guile python3-setuptools libxslt perl gettext swig"
|
hostmakedepends="pkg-config guile python3-setuptools libxslt perl gettext swig"
|
||||||
makedepends="aqbanking-devel icu-devel gc-devel glib-devel gtest-devel guile-devel
|
makedepends="aqbanking-devel icu-devel gc-devel glib-devel gtest-devel guile-devel
|
||||||
boost-devel-minimal libboost_filesystem libboost_locale libboost_program_options
|
boost-devel-minimal libboost_filesystem libboost_locale libboost_program_options
|
||||||
libboost_date_time libboost_regex
|
|
||||||
gwenhywfar-devel ktoblzcheck-devel libofx-devel libsecret-devel
|
gwenhywfar-devel ktoblzcheck-devel libofx-devel libsecret-devel
|
||||||
libxslt-devel libwebkit2gtk41-devel python3-devel gwenhywfar-gtk3 tzdata
|
libxslt-devel libwebkit2gtk41-devel python3-devel gwenhywfar-gtk3 tzdata
|
||||||
libdbi-devel libdbi-drivers-devel"
|
libdbi-devel libdbi-drivers-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue