pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lldb Removed unused lines



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d4d71afc7fc
branches:  trunk
changeset: 373415:9d4d71afc7fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 01 18:14:44 2018 +0000

description:
Removed unused lines

diffstat:

 devel/lldb/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 6edefc7b11ab -r 9d4d71afc7fc devel/lldb/Makefile
--- a/devel/lldb/Makefile       Mon Jan 01 18:05:37 2018 +0000
+++ b/devel/lldb/Makefile       Mon Jan 01 18:14:44 2018 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index