Module Name:    src
Committed By:   joerg
Date:           Thu Jan 29 23:14:48 UTC 2015

Modified Files:
        src/external/bsd/llvm: Makefile.inc

Log Message:
Don't complain if OCaml is installed, but certain extensions for the
binding are missing.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/llvm/Makefile.inc
diff -u src/external/bsd/llvm/Makefile.inc:1.76 src/external/bsd/llvm/Makefile.inc:1.77
--- src/external/bsd/llvm/Makefile.inc:1.76	Thu Jan 29 20:41:33 2015
+++ src/external/bsd/llvm/Makefile.inc	Thu Jan 29 23:14:48 2015
@@ -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 @@ LLVM_CONFIGURE_ARGS=	\
 	--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}"

Reply via email to