Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 10:08:38 -0400
From:      Serge Gagnon <gagnon__s@videotron.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53202: [Patch] port: games/xbl fix compiler_error
Message-ID:  <E19Q6HG-0004gA-CX@quenix.dyndns.org>
Resent-Message-ID: <200306111350.h5BDoEos046792@freefall.freebsd.org>

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

>Number:         53202
>Category:       ports
>Synopsis:       [Patch] port: games/xbl fix compiler_error
>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:   Wed Jun 11 06:50:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix.dyndns.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue May 6 22:02:29 EDT 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN3 i386


>Description:

	o Fix compiler_error
	" in a non-elegant manner "

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/i386-4-full/xbl-1.0k.log

>Fix:


--- patch-xbl-compiler_error begins here ---
diff -u /usr/ports/games/xbl/Makefile ./Makefile
--- /usr/ports/games/xbl/Makefile	Thu Feb 20 12:32:18 2003
+++ ./Makefile	Wed Jun 11 09:58:45 2003
@@ -16,7 +16,9 @@
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include -DHAVE_SIGNAL_H \
+		-DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H \
+		-DHAVE_STDLIB_H -DHAVE_SYS_STAT_H" \
 		LIBS="-L${X11BASE}/lib"
 MANN=		xbl.n
 
--- patch-xbl-compiler_error ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19Q6HG-0004gA-CX>