pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/libLLVM don't need libxml2 here



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90e5ac551534
branches:  trunk
changeset: 318570:90e5ac551534
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jan 26 23:03:53 2019 +0000

description:
don't need libxml2 here

diffstat:

 lang/libLLVM/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af4fc5e23ba5 -r 90e5ac551534 lang/libLLVM/Makefile
--- a/lang/libLLVM/Makefile     Sat Jan 26 23:00:53 2019 +0000
+++ b/lang/libLLVM/Makefile     Sat Jan 26 23:03:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/01/26 21:17:20 tnn Exp $
+# $NetBSD: Makefile,v 1.30 2019/01/26 23:03:53 tnn Exp $
 
 DISTNAME=      llvm-7.0.1.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
@@ -27,6 +27,7 @@
 CMAKE_ARGS+=   -DLLVM_INSTALL_UTILS=OFF
 CMAKE_ARGS+=   -DLLVM_LINK_LLVM_DYLIB=ON
 CMAKE_ARGS+=   -DLLVM_INCLUDE_TESTS=OFF
+CMAKE_ARGS+=   -DLLVM_ENABLE_LIBXML2=OFF
 CMAKE_ARGS+=   -DCMAKE_EXE_LINKER_FLAGS=${COMPILER_RPATH_FLAG}${PREFIX}/lib/libLLVM
 
 CMAKE_ARGS.Darwin+=    -DCMAKE_LIBTOOL=/usr/bin/libtool



Home | Main Index | Thread Index | Old Index