pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/aqsis



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 16 23:21:29 UTC 2020

Modified Files:
        pkgsrc/graphics/aqsis: Makefile

Log Message:
aqsis: BROKEN message should be in quotes to avoid linebreaks


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/graphics/aqsis/Makefile

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

Modified files:

Index: pkgsrc/graphics/aqsis/Makefile
diff -u pkgsrc/graphics/aqsis/Makefile:1.85 pkgsrc/graphics/aqsis/Makefile:1.86
--- pkgsrc/graphics/aqsis/Makefile:1.85 Thu May 21 20:53:42 2020
+++ pkgsrc/graphics/aqsis/Makefile      Sun Aug 16 23:21:29 2020
@@ -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_CMAKE=            yes
 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