pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/kde4 kde4: Build with C++03, large parts are...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35cff7bce699
branches:  trunk
changeset: 374900:35cff7bce699
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jan 31 11:32:26 2018 +0000

description:
kde4: Build with C++03, large parts are not C++11 clean.

diffstat:

 meta-pkgs/kde4/Makefile.kde4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b13efab1ca10 -r 35cff7bce699 meta-pkgs/kde4/Makefile.kde4
--- a/meta-pkgs/kde4/Makefile.kde4      Wed Jan 31 10:53:40 2018 +0000
+++ b/meta-pkgs/kde4/Makefile.kde4      Wed Jan 31 11:32:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde4,v 1.24 2014/11/13 10:22:48 markd Exp $
+# $NetBSD: Makefile.kde4,v 1.25 2018/01/31 11:32:26 jperkin 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,7 @@
 TOOLS_DEPENDS.cmake= cmake>=2.8.12:../../devel/cmake
 
 USE_TOOLS+=    pkg-config perl
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 USE_CMAKE=     yes
 CMAKE_ARG_PATH=        ..
 CONFIGURE_DIRS= _KDE_build



Home | Main Index | Thread Index | Old Index