cvs commit: ports/games/xkobo Makefile ports/games/xkobo/files
patch-af
Will Andrews
will at FreeBSD.org
Tue Mar 20 20:11:50 UTC 2007
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
More information about the cvs-all
mailing list