ports/114864: [PATCH] net-p2p/rblibtorrent: fix building on FreeBSD 7
Alejandro Pulver
alepulver at FreeBSD.org
Tue Jul 24 15:10:02 UTC 2007
>Number: 114864
>Category: ports
>Synopsis: [PATCH] net-p2p/rblibtorrent: fix building on FreeBSD 7
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 24 15:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Alejandro Pulver
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP
>Description:
- Remove USE_GCC=3.4 to fix building on FreeBSD 7 (I guess the problem was due to mixing GCC 4.x and GCC 3.x generated code).
>How-To-Repeat:
>Fix:
--- rblibtorrent.diff begins here ---
Index: rblibtorrent/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-p2p/rblibtorrent/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- rblibtorrent/Makefile 4 Jul 2007 15:10:57 -0000 1.8
+++ rblibtorrent/Makefile 24 Jul 2007 14:10:01 -0000
@@ -19,7 +19,6 @@
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GCC= 3.4
CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
--- rblibtorrent.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list