mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
libixion: for boost-1.89
This commit is contained in:
parent
e4db16fa18
commit
1373cf9e41
2 changed files with 14 additions and 2 deletions
12
srcpkgs/libixion/patches/boost-1.89.patch
Normal file
12
srcpkgs/libixion/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- a/m4/boost.m4
|
||||||
|
+++ b/m4/boost.m4
|
||||||
|
@@ -891,9 +888,6 @@ BOOST_DEFUN([Filesystem],
|
||||||
|
[# Do we have to check for Boost.System? This link-time dependency was
|
||||||
|
# added as of 1.35.0. If we have a version <1.35, we must not attempt to
|
||||||
|
# find Boost.System as it didn't exist by then.
|
||||||
|
-if test $boost_major_version -ge 135; then
|
||||||
|
- BOOST_SYSTEM([$1], [$2])
|
||||||
|
-fi # end of the Boost.System check.
|
||||||
|
boost_filesystem_save_LIBS=$LIBS
|
||||||
|
boost_filesystem_save_LDFLAGS=$LDFLAGS
|
||||||
|
m4_pattern_allow([^BOOST_SYSTEM_(LIBS|LDFLAGS)$])dnl
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'libixion'
|
# Template file for 'libixion'
|
||||||
pkgname=libixion
|
pkgname=libixion
|
||||||
version=0.20.0
|
version=0.20.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python3 automake libtool"
|
hostmakedepends="pkg-config python3 automake libtool"
|
||||||
makedepends="boost-devel-minimal libboost_program_options libboost_filesystem
|
makedepends="boost-devel-minimal libboost_program_options libboost_filesystem
|
||||||
libboost_system mdds python3-devel"
|
mdds python3-devel"
|
||||||
short_desc="General purpose formula parser and interpreter"
|
short_desc="General purpose formula parser and interpreter"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue