pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lldb



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  1 18:14:44 UTC 2018

Modified Files:
        pkgsrc/devel/lldb: Makefile

Log Message:
Removed unused lines


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/lldb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lldb/Makefile
diff -u pkgsrc/devel/lldb/Makefile:1.14 pkgsrc/devel/lldb/Makefile:1.15
--- pkgsrc/devel/lldb/Makefile:1.14     Sat Dec 30 10:39:24 2017
+++ pkgsrc/devel/lldb/Makefile  Mon Jan  1 18:14:44 2018
@@ -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}



Home | Main Index | Thread Index | Old Index