mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
ledger: for boost-1.89
This commit is contained in:
parent
ffa8a627cb
commit
50c6985612
2 changed files with 22 additions and 3 deletions
19
srcpkgs/ledger/patches/boost-1.89.patch
Normal file
19
srcpkgs/ledger/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -90,14 +90,11 @@ endif()
|
||||||
|
|
||||||
|
# Set BOOST_ROOT to help CMake to find the right Boost version
|
||||||
|
find_package(Boost 1.49.0
|
||||||
|
- REQUIRED date_time filesystem system iostreams regex unit_test_framework
|
||||||
|
+ REQUIRED filesystem iostreams unit_test_framework
|
||||||
|
${BOOST_PYTHON} OPTIONAL_COMPONENTS nowide)
|
||||||
|
|
||||||
|
# enable Boost::nowide library (for UTF8 command line args on Windows)
|
||||||
|
-set(HAVE_BOOST_NOWIDE 0)
|
||||||
|
-if (Boost_NOWIDE_FOUND)
|
||||||
|
- set(HAVE_BOOST_NOWIDE 1)
|
||||||
|
-endif()
|
||||||
|
+set(HAVE_BOOST_NOWIDE 1)
|
||||||
|
|
||||||
|
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
|
||||||
|
link_directories(${Boost_LIBRARY_DIRS})
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'ledger'
|
# Template file for 'ledger'
|
||||||
pkgname=ledger
|
pkgname=ledger
|
||||||
version=3.3.2
|
version=3.3.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="boost-devel-minimal libboost_filesystem libboost_date_time
|
makedepends="boost-devel-minimal libboost_filesystem libboost_iostreams
|
||||||
libboost_iostreams libboost_unit_test_framework libboost_nowide
|
libboost_nowide libboost_unit_test_framework
|
||||||
gmp-devel mpfr-devel gettext-devel libedit-devel"
|
gmp-devel mpfr-devel gettext-devel libedit-devel"
|
||||||
short_desc="Double-entry accounting system with a command-line reporting interface"
|
short_desc="Double-entry accounting system with a command-line reporting interface"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue