Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/aqsis C++03 code with C++11 dependencies is n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb457079b419
branches:  trunk
changeset: 430442:cb457079b419
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 01 00:34:13 2020 +0000

description:
C++03 code with C++11 dependencies is not going to work without a lot of
work

diffstat:

 graphics/aqsis/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c48f8a8edbf9 -r cb457079b419 graphics/aqsis/Makefile
--- a/graphics/aqsis/Makefile   Fri May 01 00:33:11 2020 +0000
+++ b/graphics/aqsis/Makefile   Fri May 01 00:34:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/03/08 16:49:52 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2020/05/01 00:34:13 joerg Exp $
 #
 
 DISTNAME=              aqsis-1.8.1
@@ -15,6 +15,8 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config flex bison
 
+BROKEN=                        Not valid C++11 code, but dependencies require C++11
+
 LDFLAGS.SunOS=         -lsocket -lnsl
 
 #



Home | Main Index | Thread Index | Old Index