Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/llvm Don't complain if OCaml is installed, but ...
details: https://anonhg.NetBSD.org/src/rev/5c33eb16b2aa
branches: trunk
changeset: 335918:5c33eb16b2aa
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jan 29 23:14:48 2015 +0000
description:
Don't complain if OCaml is installed, but certain extensions for the
binding are missing.
diffstat:
external/bsd/llvm/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ebd4d238753d -r 5c33eb16b2aa external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc Thu Jan 29 22:58:20 2015 +0000
+++ b/external/bsd/llvm/Makefile.inc Thu Jan 29 23:14:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.76 2015/01/29 20:41:33 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.77 2015/01/29 23:14:48 joerg Exp $
.if !defined(LLVM_TOPLEVEL_MK)
LLVM_TOPLEVEL_MK=
@@ -68,7 +68,7 @@
--disable-timestamps --prefix=/usr --sysconfdir=/etc/llvm \
--with-clang-srcdir=${CLANG_SRCDIR} \
--host=${LLVM_PLATFORM} --disable-compiler-version-checks \
- llvm_cv_gnu_make_command=${MAKE}
+ --disable-bindings llvm_cv_gnu_make_command=${MAKE}
.for tool in circo dot dotty fdp neato twopi xdot
LLVM_CONFIGURE_ARGS+= ac_cv_path_${tool:tu}="echo ${tool}"
Home |
Main Index |
Thread Index |
Old Index