pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libtorrent Added requirement for gcc >= 3.3 (this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/273014511420
branches:  trunk
changeset: 504833:273014511420
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Dec 23 22:51:37 2005 +0000

description:
Added requirement for gcc >= 3.3 (this was listed in file README) to
allow building on NetBSD 1.6.x.

diffstat:

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

diffs (17 lines):

diff -r e63bc80c0b0c -r 273014511420 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Fri Dec 23 19:27:50 2005 +0000
+++ b/net/libtorrent/Makefile   Fri Dec 23 22:51:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/10/24 08:41:11 adam Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/23 22:51:37 heinz Exp $
 
 DISTNAME=      libtorrent-0.7.5
 CATEGORIES=    net
@@ -13,6 +13,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-debug
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
+GCC_REQD+=             3.3
 
 .include "../../devel/libsigc++2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index