pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/librecad add GCC_REQD+= 4.7 as the package uses -s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4816670c5bcb
branches:  trunk
changeset: 353046:4816670c5bcb
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Sun Sep 25 10:44:45 2016 +0000

description:
add GCC_REQD+=  4.7 as the package uses -std=c++11 flag

diffstat:

 cad/librecad/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 047b0f87d819 -r 4816670c5bcb cad/librecad/Makefile
--- a/cad/librecad/Makefile     Sun Sep 25 10:20:22 2016 +0000
+++ b/cad/librecad/Makefile     Sun Sep 25 10:44:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/09/09 20:07:23 plunky Exp $
+# $NetBSD: Makefile,v 1.34 2016/09/25 10:44:45 plunky Exp $
 #
 
 DISTNAME=      LibreCAD-2.1.1
@@ -17,6 +17,9 @@
 USE_TOOLS+=    pax pkg-config
 USE_LIBTOOL=   yes
 
+# package uses -std=c++11 flag
+GCC_REQD+=     4.7
+
 SUBST_CLASSES+=                qtdir
 SUBST_STAGE.qtdir=     pre-configure
 SUBST_MESSAGE.qtdir=   Set qt4/bin



Home | Main Index | Thread Index | Old Index