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:           Thu May  9 14:00:47 UTC 2024

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
mame: bump required gcc version


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 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.193 pkgsrc/emulators/mame/Makefile:1.194
--- pkgsrc/emulators/mame/Makefile:1.193        Thu Apr 25 09:51:16 2024
+++ pkgsrc/emulators/mame/Makefile      Thu May  9 14:00:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.193 2024/04/25 09:51:16 wiz Exp $
+# $NetBSD: Makefile,v 1.194 2024/05/09 14:00:47 nia Exp $
 
 DISTNAME=      mame-0.265
 CATEGORIES=    emulators
@@ -24,17 +24,13 @@ USE_TOOLS+=         gmake pkg-config
 UNLIMIT_RESOURCES+=    cputime datasize memorysize virtualsize
 MAKE_FILE=             makefile
 
+# complains with earlier versions:
+# "GCC version 10.3 or later needed"
+GCC_REQD+=             10
+
 # 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