pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtkmm3 gtkmm3 requires recent c++ to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee9ae69c8c9b
branches:  trunk
changeset: 307852:ee9ae69c8c9b
user:      youri <youri%pkgsrc.org@localhost>
date:      Mon May 14 12:18:21 2018 +0000
description:
gtkmm3 requires recent c++ to build.

diffstat:

 x11/gtkmm3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 886f0614b154 -r ee9ae69c8c9b x11/gtkmm3/Makefile
--- a/x11/gtkmm3/Makefile       Mon May 14 12:15:58 2018 +0000
+++ b/x11/gtkmm3/Makefile       Mon May 14 12:18:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/04/16 14:34:00 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/05/14 12:18:21 youri Exp $
 
 DISTNAME=      gtkmm-3.22.2
 PKGNAME=       ${DISTNAME:S/gtkmm/gtkmm3/1}
@@ -13,6 +13,7 @@
 LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v2
 
 USE_LANGUAGES=         c c++11
+GCC_REQD+=             4.9
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake perl pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index