pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/snes9x-gtk
Module Name: pkgsrc
Committed By: nia
Date: Mon Oct 7 14:43:44 UTC 2024
Modified Files:
pkgsrc/emulators/snes9x-gtk: Makefile
Log Message:
snes9x-gtk: Disable Vulkan support.
Causes compilation issues on various archs and we don't have much
use for this currently.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/emulators/snes9x-gtk/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-gtk/Makefile
diff -u pkgsrc/emulators/snes9x-gtk/Makefile:1.110 pkgsrc/emulators/snes9x-gtk/Makefile:1.111
--- pkgsrc/emulators/snes9x-gtk/Makefile:1.110 Sun Aug 25 06:18:41 2024
+++ pkgsrc/emulators/snes9x-gtk/Makefile Mon Oct 7 14:43:44 2024
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2024/08/25 06:18:41 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2024/10/07 14:43:44 nia Exp $
+PKGREVISION= 1
.include "../../emulators/snes9x/Makefile.common"
PKGNAME= snes9x-gtk-${SNES9X_VERSION}
@@ -17,6 +18,7 @@ FORCE_CXX_STD= c++17
USE_PKGLOCALEDIR= yes
CMAKE_CONFIGURE_ARGS+= -DUSE_SYSTEMZIP=ON
+CMAKE_CONFIGURE_ARGS+= -DUSE_SLANG=OFF
CMAKE_CONFIGURE_ARGS+= -DENABLE_PCH=OFF
CMAKE_CONFIGURE_ARGS+= -DCMAKE_INSTALL_LOCALEDIR=${PKGLOCALEDIR}/locale
Home |
Main Index |
Thread Index |
Old Index