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/b6d30c2949a9
branches: trunk
changeset: 390820:b6d30c2949a9
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 2bd00d5df016 -r b6d30c2949a9 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