pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rtorrent Added requirement for gcc >= 3.3, corresp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c27e81bf536c
branches:  trunk
changeset: 504834:c27e81bf536c
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Dec 23 23:03:31 2005 +0000

description:
Added requirement for gcc >= 3.3, corresponding to the same change in
net/libtorrent. This allows building on NetBSD 1.6.x.

diffstat:

 net/rtorrent/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 273014511420 -r c27e81bf536c net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Fri Dec 23 22:51:37 2005 +0000
+++ b/net/rtorrent/Makefile     Fri Dec 23 23:03:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/10/24 08:41:59 adam Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/23 23:03:31 heinz Exp $
 
 DISTNAME=      rtorrent-0.3.5
 CATEGORIES=    net
@@ -12,6 +12,7 @@
 USE_NCURSES=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
+GCC_REQD+=             3.3
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtorrent



Home | Main Index | Thread Index | Old Index