Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Jun 2007 23:07:01 +0200 (CEST)
From:      Henrik Brix Andersen <henrik@brixandersen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        flz@FreeBSD.org
Subject:   ports/113238: [patch] net-p2p/libtorrent compiles with gcc-4.2
Message-ID:  <20070601210701.603231142C@lothlorien.brixandersen.dk>
Resent-Message-ID: <200706012110.l51LA5oF078218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113238
>Category:       ports
>Synopsis:       [patch] net-p2p/libtorrent compiles with gcc-4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 01 21:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
pil.dk
>Environment:
System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #39: Wed May 30 11:19:12 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386


	
>Description:
The net-p2p/libtorrent port compiles fine with gcc-4.2 - no need to
limit it to gcc-3.4.

	
>How-To-Repeat:
	
>Fix:

	

--- libtorrent.diff begins here ---
--- /usr/ports/net-p2p/libtorrent/Makefile	Wed Apr 18 02:34:08 2007
+++ net-p2p/libtorrent/Makefile	Fri Jun  1 22:40:28 2007
@@ -23,7 +23,7 @@
 		rblibtorrent-devel-[0-9]*
 
 USE_AUTOTOOLS=	libtool:15
-USE_GCC=	3.4
+USE_GCC=	3.4+
 USE_GNOME=	pkgconfig gnomehack
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
--- libtorrent.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070601210701.603231142C>