diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-03-29 06:04:41 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-03-29 06:04:41 +0000 |
commit | 4aa1e2c5f9dfcc08f84a52d050ab1a4a5148854b (patch) | |
tree | aa72c407909fe8a9b728d906b776494dc84e5551 /net/aria2 | |
parent | 6cff40fdd38b70e76c0204deba02ebbd2539b558 (diff) | |
download | pkgsrc-4aa1e2c5f9dfcc08f84a52d050ab1a4a5148854b.tar.gz |
Reduce GCC_REQD. Thank you, richard@.
Diffstat (limited to 'net/aria2')
-rw-r--r-- | net/aria2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 0aeb08e178a..ebc0d2aa73e 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/03/29 04:15:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2014/03/29 06:04:41 ryoon Exp $ # DISTNAME= aria2-1.18.4 @@ -11,9 +11,8 @@ HOMEPAGE= http://aria2.sourceforge.net/ COMMENT= Multi-threaded, multi-protocol, flexible download accelerator LICENSE= gnu-gpl-v2 -# Minimum requirement is 4.6.4, but lang/gcc46 is 4.6.3, then use 4.7 -# See https://github.com/tatsuhiro-t/aria2/issues/144 -GCC_REQD+= 4.7 +# Minimum requirement is 4.6.4 +GCC_REQD+= 4.6 GNU_CONFIGURE= yes USE_LIBTOOL= yes |