summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-01 18:14:44 +0000
committeradam <adam@pkgsrc.org>2018-01-01 18:14:44 +0000
commit102f0b322dc649972205d0be0d0fc29afdf59f22 (patch)
treef7cbf1a5f89b3c0995bbc22b495520f5eee07b5e
parent3cdcca16e3b1f51fe9a050d692c2c86880f473b6 (diff)
downloadpkgsrc-102f0b322dc649972205d0be0d0fc29afdf59f22.tar.gz
Removed unused lines
-rw-r--r--devel/lldb/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/lldb/Makefile b/devel/lldb/Makefile
index 7fb363c2fcf..7059aaff44c 100644
--- a/devel/lldb/Makefile
+++ b/devel/lldb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/12/30 10:39:24 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/01/01 18:14:44 adam Exp $
DISTNAME= lldb-5.0.1.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -24,11 +24,6 @@ USE_LANGUAGES= c c++11
GCC_REQD+= 4.8
PY_PATCHPLIST= yes
-# XXX: some old compilers need this; remove for lldb-5.x
-#CFLAGS+= -Wno-non-pod-varargs
-
-#PYTHON_VERSIONS_ACCEPTED= 27 # compilation failure in 3.8.1 (3.8.0 worked)
-
CMAKE_ARGS+= -DLLVM_CONFIG=${LLVM_CONFIG_PATH}
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q}