pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/mame



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 07:32:22 UTC 2023

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
mame: Bump required GCC version as a workaround.


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/emulators/mame/Makefile

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

Modified files:

Index: pkgsrc/emulators/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.178 pkgsrc/emulators/mame/Makefile:1.179
--- pkgsrc/emulators/mame/Makefile:1.178        Mon Aug 28 07:42:37 2023
+++ pkgsrc/emulators/mame/Makefile      Fri Sep  1 07:32:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2023/08/28 07:42:37 nia Exp $
+# $NetBSD: Makefile,v 1.179 2023/09/01 07:32:22 nia Exp $
 
 DISTNAME=      mame-0.257
 PKGREVISION=   1
@@ -29,6 +29,14 @@ MAKE_FILE=           makefile
 # Need to use gnu++ instead of c++ to get __builtin_alloca() (!)
 FORCE_CXX_STD=         gnu++17
 
+#
+# Earliest version known to succeed: gcc8 from Rocky Linux 8:
+#
+# ../../../../../3rdparty/bx/include/bx/inline/typetraits.inl:227:30: error: expected primary-expression before ',' token
+#   return !!__is_assignable(Ty, FromT);
+#
+GCC_REQD+=             8
+
 .include "../../mk/bsd.prefs.mk"
 
 MAKE_FLAGS+=           PRECOMPILE=0



Home | Main Index | Thread Index | Old Index