libantlr3c: fix build on ppc64 targets

This commit is contained in:
q66 2018-12-20 18:23:09 +01:00 committed by Helmut Pozimski
parent 52fcab919b
commit 32002a2dc6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pre_configure() {
}
case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*)
x86_64*|aarch64*|ppc64*)
configure_args+=" --enable-64bit"
;;
esac