ports/132967: Port fix: devel/raknet - Fix build (using gcc 3.4)

Ganael Laplanche ganael.laplanche at martymac.com
Mon Mar 23 12:10:59 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list