pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/fbneo



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 22 12:16:45 UTC 2024

Modified Files:
        pkgsrc/emulators/fbneo: Makefile

Log Message:
fbneo: Default to an early C++ standard since no -std=XX is specified.

Helps guard against future incompatible changes in the standard...


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/fbneo/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/fbneo/Makefile
diff -u pkgsrc/emulators/fbneo/Makefile:1.3 pkgsrc/emulators/fbneo/Makefile:1.4
--- pkgsrc/emulators/fbneo/Makefile:1.3 Sat Apr  6 08:05:16 2024
+++ pkgsrc/emulators/fbneo/Makefile     Sun Dec 22 12:16:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/04/06 08:05:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/22 12:16:45 nia Exp $
 
 DISTNAME=      FBNeo-1.0.0.2
 PKGNAME=       ${DISTNAME:tl}
@@ -18,6 +18,8 @@ MAKE_FILE=    makefile
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
+FORCE_CXX_STD+=        gnu++98
+
 BUILD_TARGET=  sdl2
 
 MAKE_FLAGS+=   RELEASEBUILD=1



Home | Main Index | Thread Index | Old Index