pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/libLLVM4 libLLVM4: Enable the PKG_OPTIONS support...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4f631bf6a56
branches:  trunk
changeset: 318533:f4f631bf6a56
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jan 26 21:08:55 2019 +0000

description:
libLLVM4: Enable the PKG_OPTIONS support again

Unknown why it was commented out, happened in 3.9 update.

diffstat:

 lang/libLLVM4/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r d6906a31f57b -r f4f631bf6a56 lang/libLLVM4/options.mk
--- a/lang/libLLVM4/options.mk  Sat Jan 26 21:08:11 2019 +0000
+++ b/lang/libLLVM4/options.mk  Sat Jan 26 21:08:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/01/26 20:14:02 tnn Exp $
+# $NetBSD: options.mk,v 1.2 2019/01/26 21:08:55 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.llvm
 
@@ -53,4 +53,4 @@
 CMAKE_ARGS+=   -DLLVM_ENABLE_TERMINFO=OFF
 .endif
 
-#CMAKE_ARGS+=  -DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD:ts;}"
+CMAKE_ARGS+=   -DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD:ts;}"



Home | Main Index | Thread Index | Old Index