pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kactivities Use GCC_REQD+=4.6, package needs C++11...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2506c241a43f
branches:  trunk
changeset: 632329:2506c241a43f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Mar 24 22:09:53 2014 +0000

description:
Use GCC_REQD+=4.6, package needs C++11 features for kactivitymanagerd
otherwise it won't be built and there are PLIST failures.

diffstat:

 x11/kactivities/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e2dd9436e73c -r 2506c241a43f x11/kactivities/Makefile
--- a/x11/kactivities/Makefile  Mon Mar 24 20:42:11 2014 +0000
+++ b/x11/kactivities/Makefile  Mon Mar 24 22:09:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/02/12 23:18:48 tron Exp $
+# $NetBSD: Makefile,v 1.23 2014/03/24 22:09:53 jperkin Exp $
 
 DISTNAME=      kactivities-${_KDE_VERSION}
 PKGREVISION=   1
@@ -7,6 +7,9 @@
 
 .include "../../meta-pkgs/kde4/Makefile.kde4"
 
+# Needs C++11 features for kactivitymanager
+GCC_REQD+=     4.6
+
 PKGCONFIG_OVERRIDE+=   lib/libkactivities.pc.cmake
 
 INSTALLATION_DIRS= share/kde/config



Home | Main Index | Thread Index | Old Index