Date: Tue, 20 Mar 2007 20:11:49 +0000 (UTC) From: Will Andrews <will@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xkobo Makefile ports/games/xkobo/files patch-af Message-ID: <200703202011.l2KKBn01057810@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
will 2007-03-20 20:11:49 UTC
FreeBSD ports repository (src committer)
Modified files:
games/xkobo Makefile
games/xkobo/files patch-af
Log:
Fix compilation when using gcc 4.1 due to attempting to cast a pointer to an
int, which may lose precision on platforms where sizeof(void*) > sizeof(int).
Properly support overriding CC/CXX, which is a prerequisite for fixing this.
Noticed by: pointyhat/kris
Revision Changes Path
1.22 +4 -0 ports/games/xkobo/Makefile
1.2 +2 -2 ports/games/xkobo/files/patch-af
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703202011.l2KKBn01057810>
