pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/aria2 Reduce GCC_REQD. Thank you, richard@.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd3b7bd01465
branches: trunk
changeset: 632435:fd3b7bd01465
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Mar 29 06:04:41 2014 +0000
description:
Reduce GCC_REQD. Thank you, richard@.
diffstat:
net/aria2/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r b1a48aedc397 -r fd3b7bd01465 net/aria2/Makefile
--- a/net/aria2/Makefile Sat Mar 29 04:15:50 2014 +0000
+++ b/net/aria2/Makefile Sat Mar 29 06:04:41 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index