mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
evince: temp broken on 32bit
This commit is contained in:
parent
b00a83fb1e
commit
4d8b993067
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ checksum=945c20a6f23839b0d5332729171458e90680da8264e99c6f9f41c219c7eeee7c
|
|||
build_options="gir gtk_doc"
|
||||
build_options_default="gir gtk_doc"
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
|
||||
broken=temp
|
||||
fi
|
||||
|
||||
pre_build() {
|
||||
# help gi-docgen find gi files on cross
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue