pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/libLLVM
Module Name: pkgsrc
Committed By: tnn
Date: Sat Jan 26 23:03:53 UTC 2019
Modified Files:
pkgsrc/lang/libLLVM: Makefile
Log Message:
don't need libxml2 here
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/libLLVM/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/libLLVM/Makefile
diff -u pkgsrc/lang/libLLVM/Makefile:1.29 pkgsrc/lang/libLLVM/Makefile:1.30
--- pkgsrc/lang/libLLVM/Makefile:1.29 Sat Jan 26 21:17:20 2019
+++ pkgsrc/lang/libLLVM/Makefile Sat Jan 26 23:03:53 2019
@@ -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_BUILD_LLVM_DYLIB=ON
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