cvs commit: ports/editors/libreoffice Makefile
Jung-uk Kim
jkim at FreeBSD.org
Sat Jul 14 02:03:14 UTC 2012
jkim 2012-07-14 02:03:13 UTC
FreeBSD ports repository
Modified files:
editors/libreoffice Makefile
Log:
- Do not create empty .keep files on empty directries. This causes unexpected
crash because it is trying to mmap(2) an empty file as a Calc add-in. [1]
Just use mkdir(1) to create the empty directories instead.
- Use system clang by default where the clang regression is fixed (r238429).
PR: ports/169837 [1]
Revision Changes Path
1.57 +6 -5 ports/editors/libreoffice/Makefile
More information about the cvs-all
mailing list