pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xmahjongg



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Apr 10 03:39:18 UTC 2018

Modified Files:
        pkgsrc/games/xmahjongg: Makefile

Log Message:
xmahjongg: force c++03. Fixes build issue (GCC 6.4)

permstr.cc: In function 'bool operator==(PermString, const char*)':
permstr.cc:163:26: error: no matching function for call to 'operator==(PermString&, bool)'
   if (operator==(a, false) || !b)
                          ^
In file included from permstr.cc:19:0:
../include/lcdf/permstr.hh:113:1: note: candidate: bool operator==(PermString, PermString)
 operator==(PermString a, PermString b)
 ^~~~~~~~


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/xmahjongg/Makefile

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

Modified files:

Index: pkgsrc/games/xmahjongg/Makefile
diff -u pkgsrc/games/xmahjongg/Makefile:1.29 pkgsrc/games/xmahjongg/Makefile:1.30
--- pkgsrc/games/xmahjongg/Makefile:1.29        Sat Oct  6 11:55:01 2012
+++ pkgsrc/games/xmahjongg/Makefile     Tue Apr 10 03:39:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/06 11:55:01 asau Exp $
+# $NetBSD: Makefile,v 1.30 2018/04/10 03:39:17 maya Exp $
 #
 
 DISTNAME=      xmahjongg-3.7
@@ -11,7 +11,7 @@ HOMEPAGE=     http://www.lcdf.org/~eddietwo/
 COMMENT=       The Chinese game of Mah Jongg for X11
 
 GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 
 .include "../../mk/bsd.prefs.mk"
 # XXX: hack - work round an ICE with GCC 3.3 on sparc



Home | Main Index | Thread Index | Old Index