Recent patch to openoffice-2.0
Stephen Montgomery-Smith
stephen at math.missouri.edu
Mon Jul 31 23:49:34 UTC 2006
patch-i65512 has lines like
#if !defined(FREEBSD) || (__FreeBSD_version < 700015) ||
(__FreeBSD_version < 601103)
Shouldn't it be something like
#if !defined(FREEBSD) || ((__FreeBSD_version >= 700000) &&
(__FreeBSD_version < 700015)|| (__FreeBSD_version < 601103)
If you are running version 601103 (as I am) the former line fails miserably.
Thanks Stephen
More information about the freebsd-openoffice
mailing list