aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-curses
diff options
context:
space:
mode:
authorFernando Casas Schössow <casasfernando@outlook.com>2019-02-07 14:03:20 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-03-05 13:51:39 +0000
commit62ccc120447793b94d4898f4f9d205683eb2d826 (patch)
treef6fd2fb42486ca7826416bc74f2bedb6e72bc919 /testing/ocaml-curses
parent0887a3107edbd0b31b403b44762caeda246857dd (diff)
testing/ocaml-curses: Enable wide character support
Diffstat (limited to 'testing/ocaml-curses')
-rw-r--r--testing/ocaml-curses/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ocaml-curses/APKBUILD b/testing/ocaml-curses/APKBUILD
index 256e80e9722..0e275a4eee5 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
}