Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/aqsis aqsis: BROKEN message should be in quot...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7381c3e07b9b
branches:  trunk
changeset: 437119:7381c3e07b9b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 16 23:21:29 2020 +0000

description:
aqsis: BROKEN message should be in quotes to avoid linebreaks

diffstat:

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

diffs (18 lines):

diff -r 452d9176f2d1 -r 7381c3e07b9b graphics/aqsis/Makefile
--- a/graphics/aqsis/Makefile   Sun Aug 16 23:14:11 2020 +0000
+++ b/graphics/aqsis/Makefile   Sun Aug 16 23:21:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/05/21 20:53:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.86 2020/08/16 23:21:29 tnn Exp $
 #
 
 DISTNAME=              aqsis-1.8.1
@@ -15,7 +15,7 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config flex bison
 
-BROKEN=                        Not valid C++11 code, but dependencies require C++11
+BROKEN=                        "Not valid C++11 code, but dependencies require C++11"
 
 LDFLAGS.SunOS=         -lsocket -lnsl
 



Home | Main Index | Thread Index | Old Index