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:           Fri Jan 19 09:04:10 UTC 2024

Modified Files:
        pkgsrc/emulators/snes9x-gtk: Makefile

Log Message:
snes9x-gtk: needs c++ filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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.101 pkgsrc/emulators/snes9x-gtk/Makefile:1.102
--- pkgsrc/emulators/snes9x-gtk/Makefile:1.101  Mon Nov 20 10:19:00 2023
+++ pkgsrc/emulators/snes9x-gtk/Makefile        Fri Jan 19 09:04:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2023/11/20 10:19:00 nia Exp $
+# $NetBSD: Makefile,v 1.102 2024/01/19 09:04:10 nia Exp $
 
 .include "../../emulators/snes9x/Makefile.common"
 
@@ -21,7 +21,7 @@ TOOL_DEPENDS+=        gettext-m4-[0-9]*:../../d
 
 CONFIGURE_DIR= gtk
 
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES+=     c++17 filesystem
 
 .include "../../mk/oss.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index