From efe23f366847cbcd2d2103acbded8c62400a4a52 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 4 Apr 2017 09:20:47 +0000 Subject: 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) --- community/ocaml/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/ocaml') 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 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" -- cgit v1.2.3