diff options
author | hans <hans> | 2011-11-04 18:15:30 +0000 |
---|---|---|
committer | hans <hans> | 2011-11-04 18:15:30 +0000 |
commit | e194e92edc9f6290f19930cef0946a5200f4575e (patch) | |
tree | 8bc66034331fc6de3badb9237702bf621fb70705 /net/libtorrent/Makefile | |
parent | 71148d8316c7865074b63092fe57d9ed434f1bfa (diff) | |
download | pkgsrc-e194e92edc9f6290f19930cef0946a5200f4575e.tar.gz |
libtorrent and rtorrent need gcc>=4.2.1 (http://libtorrent.rakshasa.no/ticket/2088)
Fixes a build problem seen on NetBSD/sparc64 5.x
Diffstat (limited to 'net/libtorrent/Makefile')
-rw-r--r-- | net/libtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 5021c90750c..1a179e317be 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2011/07/30 17:06:33 tron Exp $ +# $NetBSD: Makefile,v 1.40 2011/11/04 18:15:30 hans Exp $ DISTNAME= libtorrent-0.12.9 CATEGORIES= net @@ -16,7 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-debug -GCC_REQD+= 3.3 +GCC_REQD+= 4.2.1 .include "../../mk/bsd.prefs.mk" |