pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glibmm glibmm: add GCC_REQD+=4.8. stop failing c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f225bf4caa7
branches:  trunk
changeset: 353075:9f225bf4caa7
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Sep 27 02:37:32 2016 +0000

description:
glibmm: add GCC_REQD+=4.8. stop failing configure test
which checks for -std=c++11.

Fixes PR 51247 "devel/glibmm will not compile, needs c++11"

diffstat:

 devel/glibmm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r de0f16b74f6c -r 9f225bf4caa7 devel/glibmm/Makefile
--- a/devel/glibmm/Makefile     Mon Sep 26 13:35:52 2016 +0000
+++ b/devel/glibmm/Makefile     Tue Sep 27 02:37:32 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2016/07/09 06:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2016/09/27 02:37:32 maya Exp $
 
 DISTNAME=      glibmm-2.48.1
 PKGREVISION=   1
@@ -11,6 +11,7 @@
 COMMENT=       C++ bindings for glib
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
+GCC_REQD+=             4.8
 USE_LANGUAGES=         c c++
 CXXFLAGS+=             -std=c++11
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index