aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-migrate-parsetree
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-05 11:52:00 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-05 11:52:31 +0100
commit5703a0746e894fb8f72435b0f47d0cbf972349f7 (patch)
treee1c8f9882aa0ca5a8b92c87f2095f3bf665b6a92 /testing/ocaml-migrate-parsetree
parent99e2351405aceaaff30b2323cf8d4955e93edd12 (diff)
downloadaports-5703a0746e894fb8f72435b0f47d0cbf972349f7.tar.bz2
aports-5703a0746e894fb8f72435b0f47d0cbf972349f7.tar.xz
testing/ocaml-migrate-parsetree: allow textrels to fix on ppc64le
Diffstat (limited to 'testing/ocaml-migrate-parsetree')
-rw-r--r--testing/ocaml-migrate-parsetree/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ocaml-migrate-parsetree/APKBUILD b/testing/ocaml-migrate-parsetree/APKBUILD
index d99491ea71..c59dd8127b 100644
--- a/testing/ocaml-migrate-parsetree/APKBUILD
+++ b/testing/ocaml-migrate-parsetree/APKBUILD
@@ -8,6 +8,7 @@ url="https://github.com/ocaml-ppx/ocaml-migrate-parsetree"
arch="all !x86 !armhf !s390x" # limited by ocaml
license="LGPL-2.1-only-WITH-linking-exception"
makedepends="dune ocaml ocamlbuild ocaml-findlib ocaml-result-dev opam"
+options="textrels" # ppc64le (?!)
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"