Date: Mon, 23 Mar 2009 12:09:46 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132967: Port fix: devel/raknet - Fix build (using gcc 3.4) Message-ID: <200903231209.n2NC9kYr054701@www.freebsd.org> Resent-Message-ID: <200903231210.n2NCA4ou096326@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132967 >Category: ports >Synopsis: Port fix: devel/raknet - Fix build (using gcc 3.4) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 23 12:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #36: Sun Mar 1 19:23:00 CET 2009 martymac@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This is a quik fix to make the port build again (it does not build with gcc 4.x). I'll update the port ASAP, since this is now a quite old version. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN raknet.orig/Makefile raknet/Makefile --- raknet.orig/Makefile 2009-03-22 22:10:27.885606690 +0000 +++ raknet/Makefile 2009-03-23 08:09:49.620997850 +0000 @@ -19,6 +19,7 @@ USE_LDCONFIG= yes USE_FORTRAN= yes USE_AUTOTOOLS= libltdl:15 libtool:15 autoconf:262 +USE_GCC= 3.4 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903231209.n2NC9kYr054701>