diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 09:20:47 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 09:20:47 +0000 |
commit | efe23f366847cbcd2d2103acbded8c62400a4a52 (patch) | |
tree | aec2f235f8bb305072e56a1a0aba92bb137fd7ab /community | |
parent | 3e97eb2f92a8f2518aef6d8c5e25c394be3cc785 (diff) | |
download | aports-efe23f366847cbcd2d2103acbded8c62400a4a52.tar.bz2 aports-efe23f366847cbcd2d2103acbded8c62400a4a52.tar.xz |
community/ocaml: does not build yet on ppc64le
signals_osdep.h:300:36: error: request for member 'nip' in something not a structure or union
#define CONTEXT_PC (context->regs->nip)
Diffstat (limited to 'community')
-rw-r--r-- | community/ocaml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index f36f614b73..5c6badb4ec 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Borys Zhukov <mp5@mp5.im> pkgname=ocaml pkgver=4.04.0 -pkgrel=2 +pkgrel=3 pkgdesc="Main implementation of the Caml programming language" url="http://caml.inria.fr" -arch="all !x86 !armhf" +arch="all !x86 !armhf !ppc64le" license="LGPLv2" makedepends="ncurses-dev zlib-dev gdbm-dev" depends="ncurses-dev" |