pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/flycast
Module Name: pkgsrc
Committed By: nia
Date: Thu May 15 06:37:19 UTC 2025
Modified Files:
pkgsrc/emulators/flycast: Makefile.common
Log Message:
flycast: Sprinkle ONLY_FOR_PLATFORM
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/flycast/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/flycast/Makefile.common
diff -u pkgsrc/emulators/flycast/Makefile.common:1.7 pkgsrc/emulators/flycast/Makefile.common:1.8
--- pkgsrc/emulators/flycast/Makefile.common:1.7 Tue Nov 19 14:58:04 2024
+++ pkgsrc/emulators/flycast/Makefile.common Thu May 15 06:37:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2024/11/19 14:58:04 nia Exp $
+# $NetBSD: Makefile.common,v 1.8 2025/05/15 06:37:18 nia Exp $
# used by emulators/flycast/Makefile
# used by emulators/libretro-flycast/Makefile
@@ -21,6 +21,12 @@ USE_LANGUAGES= c c++
# core/hw/sh4/sh4_interrupts.cpp:250:1: internal compiler error: in gen_reg_rtx, at emit-rtl.c:1058
GCC_REQD+= 10
+# See shell/cmake/DetectArchitecture.cmake
+ONLY_FOR_PLATFORM+= *-*-aarch64
+ONLY_FOR_PLATFORM+= *-*-earm*
+ONLY_FOR_PLATFORM+= *-*-i386
+ONLY_FOR_PLATFORM+= *-*-x86_64
+
CMAKE_CONFIGURE_ARGS+= -DUSE_HOST_LIBZIP=ON
CMAKE_CONFIGURE_ARGS+= -DUSE_HOST_SDL=ON
CMAKE_CONFIGURE_ARGS+= -DUSE_VULKAN=OFF
Home |
Main Index |
Thread Index |
Old Index