mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
gnumeric: add indirect dependency
This commit is contained in:
parent
9baf109f2a
commit
1b0791797b
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ changelog="https://raw.githubusercontent.com/GNOME/gnumeric/master/NEWS"
|
|||
distfiles="${GNOME_SITE}/gnumeric/${version%.*}/gnumeric-${version}.tar.xz"
|
||||
checksum=54def8f93ab4858e2ed6499e2731c4393c1e94993696c944bd755a7a0879146d
|
||||
|
||||
# This isn't a direct dependency but when soname bumping perl it will
|
||||
# cause build failures
|
||||
makedepends+=" perl-XML-Parser"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include"
|
||||
configure_args+=" --without-perl"
|
||||
|
|
Loading…
Add table
Reference in a new issue