Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Aug 2006 12:24:23 -0500
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        freebsd-openoffice@freebsd.org
Subject:   patch-i65512
Message-ID:  <44D77747.10804@math.missouri.edu>

next in thread | raw e-mail | index | archive | help

Close to the end of patch-i65512, the line

++      (defined(__FreeBSD__) && __FreeBSD_version > 601103)

needs to be

++      (defined(__FreeBSD__) && __FreeBSD_version >= 601103)

that is replace '>' with '>='.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44D77747.10804>