aboutsummaryrefslogtreecommitdiffstats
path: root/testing/haxe
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-30 14:49:47 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-30 14:49:47 +0000
commit4df1305c89ce7f7c3fec3856a39586b27c2404d8 (patch)
tree9ecccdd09aa93288ecf2871274be27cf664d8cda /testing/haxe
parentf12b91896f77285b5ba1ee43e8ef5e8e0be7fdca (diff)
downloadaports-4df1305c89ce7f7c3fec3856a39586b27c2404d8.tar.bz2
aports-4df1305c89ce7f7c3fec3856a39586b27c2404d8.tar.xz
testing/haxe: enable build on ppc64le
Diffstat (limited to 'testing/haxe')
-rw-r--r--testing/haxe/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD
index f9133fb0da..5121ae53ed 100644
--- a/testing/haxe/APKBUILD
+++ b/testing/haxe/APKBUILD
@@ -6,7 +6,7 @@ _versuffix=-rc1
pkgrel=0
pkgdesc="Cross-platform toolkit and programming language"
url="http://haxe.org"
-arch="x86_64"
+arch="x86_64 ppc64le"
license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html
depends=""
makedepends="camlp4 ocaml neko-dev zlib-dev"