pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/snes9x
Module Name: pkgsrc
Committed By: nia
Date: Fri Dec 19 13:10:44 UTC 2025
Modified Files:
pkgsrc/emulators/snes9x: Makefile
Log Message:
snes9x: Don't build on Darwin.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/emulators/snes9x/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/snes9x/Makefile
diff -u pkgsrc/emulators/snes9x/Makefile:1.62 pkgsrc/emulators/snes9x/Makefile:1.63
--- pkgsrc/emulators/snes9x/Makefile:1.62 Tue Jan 21 11:00:14 2025
+++ pkgsrc/emulators/snes9x/Makefile Fri Dec 19 13:10:44 2025
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.62 2025/01/21 11:00:14 nia Exp $
+# $NetBSD: Makefile,v 1.63 2025/12/19 13:10:44 nia Exp $
.include "../../emulators/snes9x/Makefile.common"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Super Nintendo Entertainment System (SNES) emulator (CLI version)
+# use the GTK version, this is very raw and unixy
+NOT_FOR_PLATFORM+= Darwin-*-*
+
FORCE_CXX_STD= c++11
CONFIGURE_DIRS= unix
Home |
Main Index |
Thread Index |
Old Index