CVSROOT: /cvs Module name: ports Changes by: [email protected] 2013/12/16 16:07:06
Modified files:
editors/libreoffice: Makefile
Added files:
editors/libreoffice/patches: patch-m4_ax_boost_system_m4
Log message:
Fix libreoffice's configure script to properly detect boost system libraries.
The script was relying on a 'tac' command which doesn't exist on OpenBSD.
Use tail -r instead. Unbreaks libreoffice build on i386.
Also, allow the -java subpackage on i386 again, per sthen's request.
ok sthen
