~alpine/devel

testing/ocaml: new aport v1 PROPOSED

Borys Zhukov <mp5@mp5.im>
Borys Zhukov: 1
 testing/ocaml: new aport

 1 files changed, 3 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/devel/patches/374/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/ocaml: new aport Export this patch

Borys Zhukov <mp5@mp5.im>
---
 testing/ocaml/APKBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/testing/ocaml/APKBUILD b/testing/ocaml/APKBUILD
index 42c837f..922ec14 100644
--- a/testing/ocaml/APKBUILD
+++ b/testing/ocaml/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Main implementation of the Caml programming language"
url="http://caml.inria.fr"
arch="all"
license="QPL/GPLv2"
license="QPL-1.0/LGPL-2"
depends="gdbm"
depends_dev="ncurses"
makedepends="$depends_dev"
@@ -28,7 +28,8 @@ prepare() {

build() {
	cd "$_builddir"
	./configure -bindir /usr/bin \
	./configure -cc "gcc -fPIC" \
		-bindir /usr/bin \
		-libdir /usr/lib/ocaml \
		-mandir /usr/share/man \
		-no-tk \
-- 
1.7.9.6



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