summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2005-12-23 22:51:37 +0000
committerheinz <heinz@pkgsrc.org>2005-12-23 22:51:37 +0000
commit66822a79a08ae02ec97d10324d4af74804d1d7fa (patch)
tree513da7bdd0c1d6f1ce9480bc229d3898f8895f69 /net
parent42dd6cbff36684aa7e20e14b9d969d4e8518a2c3 (diff)
downloadpkgsrc-66822a79a08ae02ec97d10324d4af74804d1d7fa.tar.gz
Added requirement for gcc >= 3.3 (this was listed in file README) to
allow building on NetBSD 1.6.x.
Diffstat (limited to 'net')
-rw-r--r--net/libtorrent/Makefile3
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"