aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml-findlib/APKBUILD
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-06-30 13:53:01 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-30 21:51:47 +0000
commiteec001738e8d87fd204bc8dd8ee0bb8c2f75e66e (patch)
tree1d9f946f3985f6140710fde43bd30467751dfcdb /community/ocaml-findlib/APKBUILD
parent529c9fdc1bdefaaa8dda3a142ce453a8aeb84d29 (diff)
community/ocaml[build/-findlib]: enable build on ppc64le.
Enable build of ocamlbuild and ocaml-findlib on ppc64le as ocaml now works.
Diffstat (limited to 'community/ocaml-findlib/APKBUILD')
-rw-r--r--community/ocaml-findlib/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD
index 1fd78422962..599896cd527 100644
--- a/community/ocaml-findlib/APKBUILD
+++ b/community/ocaml-findlib/APKBUILD
@@ -6,11 +6,12 @@ pkgver=1.6.2
pkgrel=1
pkgdesc="OCaml package manager"
url="http://projects.camlcity.org/projects/findlib.html"
-arch="all !x86 !armhf !ppc64le !s390x" # limited by ocaml abuild
+arch="all !x86 !armhf !s390x" # limited by ocaml abuild
license="MIT"
depends="ocaml"
depends_dev="$pkgname"
makedepends="m4 ncurses-dev"
+options="textrels"
subpackages="$pkgname-dev $pkgname-doc"
source="http://download.camlcity.org/download/$_pkgname-$pkgver.tar.gz
Makefile.patch"