diff options
author | tnn <tnn@pkgsrc.org> | 2019-01-26 21:08:55 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-01-26 21:08:55 +0000 |
commit | 481306689b419cd7649d32727430d4962a6c5ae4 (patch) | |
tree | ccbda75747dbc2a187abf253082812e2aca23910 /lang | |
parent | ce89e36036e2d85ef8f18ae09793be5eab6a8383 (diff) | |
download | pkgsrc-481306689b419cd7649d32727430d4962a6c5ae4.tar.gz |
libLLVM4: Enable the PKG_OPTIONS support again
Unknown why it was commented out, happened in 3.9 update.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/libLLVM4/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/libLLVM4/options.mk b/lang/libLLVM4/options.mk index 4b25ba67175..ca530a57a78 100644 --- a/lang/libLLVM4/options.mk +++ b/lang/libLLVM4/options.mk @@ -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 @@ LLVM_TARGETS_TO_BUILD+= ${tgt} 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;}" |