libantlr3c: fix build on ppc64 targets
This commit is contained in:
@@ -18,7 +18,7 @@ pre_configure() {
|
||||
}
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|aarch64*)
|
||||
x86_64*|aarch64*|ppc64*)
|
||||
configure_args+=" --enable-64bit"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user