ports/53202: [Patch] port: games/xbl fix compiler_error

Serge Gagnon gagnon__s at videotron.ca
Wed Jun 11 13:50:16 UTC 2003


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



More information about the freebsd-ports-bugs mailing list