pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/kde4 Build with -std=gnu++03 instead of -std...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84a3b3b9c4f7
branches: trunk
changeset: 381492:84a3b3b9c4f7
user: he <he%pkgsrc.org@localhost>
date: Fri Jun 08 12:42:13 2018 +0000
description:
Build with -std=gnu++03 instead of -std=c++03, because one of the
files in kdelibs4 refers to alloca() and this needs to come from the
compiler. Fixes build of kdelibs4 on (at least) NetBSD/macppc 8.0.
diffstat:
meta-pkgs/kde4/Makefile.kde4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d448b55b679 -r 84a3b3b9c4f7 meta-pkgs/kde4/Makefile.kde4
--- a/meta-pkgs/kde4/Makefile.kde4 Fri Jun 08 09:52:52 2018 +0000
+++ b/meta-pkgs/kde4/Makefile.kde4 Fri Jun 08 12:42:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde4,v 1.25 2018/01/31 11:32:26 jperkin Exp $
+# $NetBSD: Makefile.kde4,v 1.26 2018/06/08 12:42:13 he 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++03
+USE_LANGUAGES= c gnu++03
USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
Home |
Main Index |
Thread Index |
Old Index