diff options
author | wiz <wiz> | 2015-10-15 12:05:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-10-15 12:05:06 +0000 |
commit | 51bd8a948445293a0b0c95c8166cdf9430f1ab7f (patch) | |
tree | 8e49a9b1f9950c945511490d7107701db38a9ce8 /devel/libsigc++ | |
parent | e505f4d84e317686f95ad603a0e0588720921125 (diff) | |
download | pkgsrc-51bd8a948445293a0b0c95c8166cdf9430f1ab7f.tar.gz |
Needs c++11, set GCC_REQD to 4.7.
Diffstat (limited to 'devel/libsigc++')
-rw-r--r-- | devel/libsigc++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 89023b6d155..9add10c9d94 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 |