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:           Mon Sep 20 08:41:19 UTC 2021

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
MAME switched to C++17, fix building it on NetBSD/aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 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.138 pkgsrc/emulators/mame/Makefile:1.139
--- pkgsrc/emulators/mame/Makefile:1.138        Wed Sep  8 21:05:00 2021
+++ pkgsrc/emulators/mame/Makefile      Mon Sep 20 08:41:19 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2021/09/08 21:05:00 nia Exp $
+# $NetBSD: Makefile,v 1.139 2021/09/20 08:41:19 nia Exp $
 
 DISTNAME=      mame-0.235
 PKGREVISION=   1
@@ -44,8 +44,8 @@ BUILDLINK_TRANSFORM+= rm:-m32
 BUILDLINK_TRANSFORM+=  rm:-m64
 .endif
 
-# Need to use gnu++14 instead of c++14 to get __builtin_alloca() (!)
-BUILDLINK_TRANSFORM+=  opt:-std=c++14:-std=gnu++14
+# Need to use gnu++ instead of c++ to get __builtin_alloca() (!)
+BUILDLINK_TRANSFORM+=  opt:-std=c++17:-std=gnu++17
 
 # -Werror is problematic
 MAKE_ENV=      NOWERROR=1



Home | Main Index | Thread Index | Old Index