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: Sun Jul 16 16:10:05 UTC 2017
Modified Files:
pkgsrc/devel/lldb: Makefile
Log Message:
Fix building with older compilers
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/devel/lldb/Makefile:1.12
--- pkgsrc/devel/lldb/Makefile:1.11 Tue Jul 11 19:47:37 2017
+++ pkgsrc/devel/lldb/Makefile Sun Jul 16 16:10:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/07/11 19:47:37 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/07/16 16:10:05 adam Exp $
DISTNAME= lldb-4.0.1.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -21,6 +21,9 @@ USE_CMAKE= yes
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_INCOMPATIBLE= 34 35 36 # compilation failure in 3.8.1 (3.8.0 worked)
CMAKE_ARGS+= -DLLVM_CONFIG=${LLVM_CONFIG_PATH}
Home |
Main Index |
Thread Index |
Old Index