pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtkmm3



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon May 14 12:18:21 UTC 2018

Modified Files:
        pkgsrc/x11/gtkmm3: Makefile

Log Message:
gtkmm3 requires recent c++ to build.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/gtkmm3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtkmm3/Makefile
diff -u pkgsrc/x11/gtkmm3/Makefile:1.27 pkgsrc/x11/gtkmm3/Makefile:1.28
--- pkgsrc/x11/gtkmm3/Makefile:1.27     Mon Apr 16 14:34:00 2018
+++ pkgsrc/x11/gtkmm3/Makefile  Mon May 14 12:18:21 2018
@@ -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 @@ COMMENT=      C++ Interfaces for GTK+ and GNO
 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