summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2011-11-06 13:42:21 +0000
committertron <tron>2011-11-06 13:42:21 +0000
commitdb21a6370339586bd7a14c6835a49c1cccfce865 (patch)
treed3a8e8164fdeef4e9112c1afb70831143ff62111 /net
parentd6a7105af039643cb9fc4f10bb2a965a04262876 (diff)
downloadpkgsrc-db21a6370339586bd7a14c6835a49c1cccfce865.tar.gz
Back out last change. The package builds and works fine with GCC 4.1.3
under NetBSD/amd64 5.1_STABLE. This change was also not approved by the owner of the package.
Diffstat (limited to 'net')
-rw-r--r--net/libtorrent/Makefile3
-rw-r--r--net/rtorrent/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile
index 1a179e317be..6f8620459b9 100644
--- a/net/libtorrent/Makefile
+++ b/net/libtorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2011/11/04 18:15:30 hans Exp $
+# $NetBSD: Makefile,v 1.41 2011/11/06 13:42:21 tron Exp $
DISTNAME= libtorrent-0.12.9
CATEGORIES= net
@@ -16,7 +16,6 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-debug
-GCC_REQD+= 4.2.1
.include "../../mk/bsd.prefs.mk"
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile
index 7f47c5333c5..a64ea6b6604 100644
--- a/net/rtorrent/Makefile
+++ b/net/rtorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2011/11/04 18:15:30 hans Exp $
+# $NetBSD: Makefile,v 1.45 2011/11/06 13:42:21 tron Exp $
DISTNAME= rtorrent-0.8.9
PKGREVISION= 2
@@ -17,7 +17,6 @@ USE_LIBTOOL= yes
USE_NCURSES= yes # chgat
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
-GCC_REQD+= 4.2.1
.include "../../mk/pthread.buildlink3.mk"
LDFLAGS+= ${PTHREAD_LDFLAGS}