pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/mgba



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 18 11:35:42 UTC 2024

Modified Files:
        pkgsrc/emulators/mgba: Makefile.common

Log Message:
mgba: Enable __EXTENSIONS__ on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/mgba/Makefile.common

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

Modified files:

Index: pkgsrc/emulators/mgba/Makefile.common
diff -u pkgsrc/emulators/mgba/Makefile.common:1.6 pkgsrc/emulators/mgba/Makefile.common:1.7
--- pkgsrc/emulators/mgba/Makefile.common:1.6   Sun Aug 25 06:18:41 2024
+++ pkgsrc/emulators/mgba/Makefile.common       Wed Dec 18 11:35:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2024/08/25 06:18:41 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2024/12/18 11:35:42 nia Exp $
 
 # used by emulators/libretro-mgba/Makefile
 # used by emulators/mgba/Makefile
@@ -17,6 +17,8 @@ USE_TOOLS+=   pkg-config
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 CMAKE_CONFIGURE_ARGS+= -DUSE_DISCORD_RPC=OFF
 CMAKE_CONFIGURE_ARGS+= -DUSE_MINIZIP=OFF
 CMAKE_CONFIGURE_ARGS+= -DSKIP_GIT=ON



Home | Main Index | Thread Index | Old Index