diff options
author | Fernando Casas Schössow <casasfernando@outlook.com> | 2019-02-07 14:03:20 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-05 13:51:39 +0000 |
commit | 62ccc120447793b94d4898f4f9d205683eb2d826 (patch) | |
tree | f6fd2fb42486ca7826416bc74f2bedb6e72bc919 /testing/ocaml-curses | |
parent | 0887a3107edbd0b31b403b44762caeda246857dd (diff) | |
download | aports-62ccc120447793b94d4898f4f9d205683eb2d826.tar.bz2 aports-62ccc120447793b94d4898f4f9d205683eb2d826.tar.xz |
testing/ocaml-curses: Enable wide character support
Diffstat (limited to 'testing/ocaml-curses')
-rw-r--r-- | testing/ocaml-curses/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ocaml-curses/APKBUILD b/testing/ocaml-curses/APKBUILD index 256e80e972..0e275a4eee 100644 --- a/testing/ocaml-curses/APKBUILD +++ b/testing/ocaml-curses/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fernando Casas Schossow <casasfernando@outlook.com> pkgname=ocaml-curses pkgver=1.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="OCaml bindings for ncurses" url="https://www.nongnu.org/ocaml-tmk/" arch="aarch64 ppc64le x86_64" # restricted by ocaml @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir" - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-widec make all opt } |