~alpine/aports

testing/ocaml-curses: Enable wide character support v1 PROPOSED

Fernando Casas Schössow <casasfernando@outlook.com>
Fernando Casas Schössow: 1
 testing/ocaml-curses: Enable wide character support

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1020/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/ocaml-curses: Enable wide character support Export this patch

Fernando Casas Schössow <casasfernando@outlook.com>
---
 testing/ocaml-curses/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/ocaml-curses/APKBUILD b/testing/ocaml-curses/APKBUILD
index dcb0d23e7c..faf329351e 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="all"
@@ -15,7 +15,7 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
	cd "$builddir"
	autoreconf
	./configure --prefix=/usr
	./configure --prefix=/usr --enable-widec
	make all opt
}

-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---