aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_Module__vcl.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update libreoffice to 5.2.3 and liborcus to 0.11.2Baptiste Daroussin2016-11-121-11/+0
| | | | Notes: svn path=/head/; revision=425933
* Update LibreOffice to 5.0.1.Jung-uk Kim2015-09-011-0/+11
Unfortunately, LibreOffice project completely dropped support for pre-C++11 compilers and libraries since 4.4. Therefore, we cannot easily build it on FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason, the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with no language packs). Notes: svn path=/head/; revision=395799