summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-11-06 11:13:47 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-11-06 11:13:47 -0300
commita5d755a7cb464f98c6206db37cda59ff588ecaaf (patch)
tree2a7c93865126ab59a593e35471526825c6c29880 /extra
parent7a2b69697203b18c19bdaffde295683e1fae6654 (diff)
port
Diffstat (limited to 'extra')
-rw-r--r--extra/ocaml/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/ocaml/PKGBUILD b/extra/ocaml/PKGBUILD
index e7179ab54..12d2daf51 100644
--- a/extra/ocaml/PKGBUILD
+++ b/extra/ocaml/PKGBUILD
@@ -8,15 +8,14 @@ pkgname=('ocaml')
pkgver=4.01.0
pkgrel=1
pkgdesc="A functional language with OO extensions"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('LGPL2.1' 'custom: QPL-1.0')
url="http://caml.inria.fr/"
depends=('gdbm')
makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
source=(http://caml.inria.fr/distrib/ocaml-4.01/${pkgname}-${pkgver}.tar.gz
- fix-caml_int64_float_of_bits-n32.patch
- tk8.6-build.patch)
+ fix-caml_int64_float_of_bits-n32.patch)
options=('!makeflags' '!emptydirs')
build() {
@@ -64,5 +63,4 @@ optdepends=()
install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
}
md5sums=('04dfdd7da189462a4f10ec6530359cef'
- 'e2c8bc316efe40532c5b9d7f9a1d8d62'
- '67b0a8a8885fc1221181b171541cb1b0')
+ 'e2c8bc316efe40532c5b9d7f9a1d8d62')