pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/PC6001VX



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Fri Jul 21 05:03:59 UTC 2023

Modified Files:
        pkgsrc/emulators/PC6001VX: Makefile

Log Message:
PC6001VX: remove redundant USE_CXX_FEATURES.

The c++17 filesystem feature is required by qt6 and
x11/qt6-qtbase/buildlink3.mk has been changed to have
explicit GCC_REQD+=9.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/emulators/PC6001VX/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/PC6001VX/Makefile
diff -u pkgsrc/emulators/PC6001VX/Makefile:1.83 pkgsrc/emulators/PC6001VX/Makefile:1.84
--- pkgsrc/emulators/PC6001VX/Makefile:1.83     Tue Jul 18 18:02:45 2023
+++ pkgsrc/emulators/PC6001VX/Makefile  Fri Jul 21 05:03:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2023/07/18 18:02:45 nia Exp $
+# $NetBSD: Makefile,v 1.84 2023/07/21 05:03:59 tsutsui Exp $
 
 VERSION=               4.1.3
 DISTNAME=              PC6001VX_${VERSION}_src
@@ -16,8 +16,6 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            pkg-config
 USE_LANGUAGES=         c c++
 
-USE_CXX_FEATURES+=     c++17 filesystem
-
 INSTALLATION_DIRS+=    bin
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index