From d5dbf870081188a883cd4f67ec6cb7a35f79811c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 15 Oct 2015 12:05:06 +0000 Subject: [PATCH] Needs c++11, set GCC_REQD to 4.7. --- devel/libsigc++/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 89023b6d155a..9add10c9d94f 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/10/15 11:04:37 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2015/10/15 12:05:06 wiz Exp $ DISTNAME= libsigc++-2.6.1 CATEGORIES= devel @@ -16,6 +16,7 @@ USE_TOOLS+= gm4 gmake perl:build GNU_CONFIGURE= yes CONFLICTS+= libsigc++2-[0-9]* +GCC_REQD+= 4.7 # use something that can extract long filenames in GNU format on NetBSD 1.6.x EXTRACT_USING= bsdtar