CVSROOT: /cvs Module name: ports Changes by: [email protected] 2012/04/08 01:52:01
Added files:
editors/libreoffice/patches: patch-sal_osl_unx_interlck_c
Log message:
gcc 4.6 does not have __sync_add_and_fetch if it optimizes for i386,
which is the case on OpenBSD, so use the original locking code instead
this fixes the i386 build
