pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/glibmm
Module Name: pkgsrc
Committed By: maya
Date: Tue Sep 27 02:37:32 UTC 2016
Modified Files:
pkgsrc/devel/glibmm: Makefile
Log Message:
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"
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/glibmm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/glibmm/Makefile
diff -u pkgsrc/devel/glibmm/Makefile:1.68 pkgsrc/devel/glibmm/Makefile:1.69
--- pkgsrc/devel/glibmm/Makefile:1.68 Sat Jul 9 06:38:07 2016
+++ pkgsrc/devel/glibmm/Makefile Tue Sep 27 02:37:32 2016
@@ -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 @@ HOMEPAGE= http://www.gtkmm.org/
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