summaryrefslogtreecommitdiff
path: root/lang/ocaml/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2017-11-15 12:52:15 +0000
committergdt <gdt@pkgsrc.org>2017-11-15 12:52:15 +0000
commit62f5035c4f23341b54a25615655a3795cbbdd7fc (patch)
tree102d1eac55c639ba3f9a4a1372665898f17861af /lang/ocaml/Makefile
parentb18723f0cb5e6c0e96bc3140c9da0b0819df34a5 (diff)
downloadpkgsrc-62f5035c4f23341b54a25615655a3795cbbdd7fc.tar.gz
ocaml: Recognize NetBSD armv6 correctly in configure
While MACHINE_ARCH can be earmv6hf on NetBSD, configure has to match what config.guess outputs, which is armv6. For now, leave the old earmv6/7 tokens, because this code inexplicably succeeded on earmv7hf. With this, ocaml builds and builds a working unison, on earmv6hf (RPI3).
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index a9730470c6b..41416d0bcf2 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.115 2017/10/10 12:10:05 he Exp $
+# $NetBSD: Makefile,v 1.116 2017/11/15 12:52:15 gdt Exp $
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
CONFIGURE_ENV+= disable_x11=yes