pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/kde4



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jun  7 13:47:28 UTC 2024

Modified Files:
        pkgsrc/meta-pkgs/kde4: Makefile.kde4

Log Message:
meta-pkgs/kde4: Mechanically fix USE_LANGUAGES abuse

Move gnu++03 to USE_CXX_FEATURES.

NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/meta-pkgs/kde4/Makefile.kde4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/kde4/Makefile.kde4
diff -u pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.29 pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.30
--- pkgsrc/meta-pkgs/kde4/Makefile.kde4:1.29    Tue Jun  6 12:41:54 2023
+++ pkgsrc/meta-pkgs/kde4/Makefile.kde4 Fri Jun  7 13:47:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde4,v 1.29 2023/06/06 12:41:54 riastradh Exp $
+# $NetBSD: Makefile.kde4,v 1.30 2024/06/07 13:47:28 gdt Exp $
 #
 # This Makefile fragment is included at the top of package Makefiles for
 # KDE4-distributed packages (they all share common configure and build
@@ -19,7 +19,8 @@ TOOL_DEPENDS+=                automoc4>=0.9.87:../../d
 TOOLS_DEPENDS.cmake=   cmake>=2.8.12:../../devel/cmake
 
 USE_TOOLS+=    pkg-config perl
-USE_LANGUAGES= c gnu++03
+USE_LANGUAGES= c c++
+USE_CXX_FEATURES+=     gnu++03
 USE_CMAKE=     yes
 CMAKE_ARG_PATH=        ..
 CONFIGURE_DIRS=        _KDE_build



Home | Main Index | Thread Index | Old Index