testing/ocaml-react: allow textrels

This commit is contained in:
Jakub Jirutka 2018-03-06 21:16:44 +01:00
parent 2fce8c03f8
commit a3d8d4326d

View File

@ -9,6 +9,7 @@ url="http://erratique.ch/software/react"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
license="ISC"
makedepends="ncurses ocaml ocaml-findlib ocamlbuild opam"
options="textrels" # needed for ppc64le
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dbuenzli/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"