diff options
author | heinz <heinz> | 2005-12-23 22:51:37 +0000 |
---|---|---|
committer | heinz <heinz> | 2005-12-23 22:51:37 +0000 |
commit | 9a126eae92b2473e039ae7068597bf6abab35003 (patch) | |
tree | 513da7bdd0c1d6f1ce9480bc229d3898f8895f69 | |
parent | c3723c3ad521333affca4f68bbde48af6bbb681f (diff) | |
download | pkgsrc-9a126eae92b2473e039ae7068597bf6abab35003.tar.gz |
Added requirement for gcc >= 3.3 (this was listed in file README) to
allow building on NetBSD 1.6.x.
-rw-r--r-- | net/libtorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index bf82ebe6521..e207ca6ba49 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -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 @@ USE_TOOLS+= gmake pkg-config 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" |