naddy 2010-08-07 14:10:01 UTC
FreeBSD ports repository
Modified files:
x11-clocks/xclock Makefile
Added files:
x11-clocks/xclock/files patch-xclock.c
Log:
Fix a crash on sparc64 (and other 64-bit strict alignment archs).
The pid variable that is passed to XChangeProperty() is not a long.
The libX11 code deferences the variable as a long and on a 64-bit
sparc this must be aligned on a 8-byte boundary.
Obtained from: upstream
Revision Changes Path
1.7 +1 -0 ports/x11-clocks/xclock/Makefile
1.1 +11 -0 ports/x11-clocks/xclock/files/patch-xclock.c (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"