diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-08-16 12:18:17 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-08-16 12:18:17 +0000 |
commit | 7058ec053bc486a10a0d4141dadd249f647ef721 (patch) | |
tree | 42aa666a892a1837267475e43049d29ec07e9da9 /editors/libreoffice6/files/patch-include_LibreOfficeKit_LibreOfficeKitInit.h | |
parent | textproc/libwps: update to 0.4.11 release (diff) |
editors/libreoffice6:
- repocopy from editors/libreoffice
- add i18n option (off by default to mimic classic behaviour)
- register conflicts with main libreoffice port
Diffstat (limited to 'editors/libreoffice6/files/patch-include_LibreOfficeKit_LibreOfficeKitInit.h')
-rw-r--r-- | editors/libreoffice6/files/patch-include_LibreOfficeKit_LibreOfficeKitInit.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-include_LibreOfficeKit_LibreOfficeKitInit.h b/editors/libreoffice6/files/patch-include_LibreOfficeKit_LibreOfficeKitInit.h new file mode 100644 index 000000000000..a94d3d155cde --- /dev/null +++ b/editors/libreoffice6/files/patch-include_LibreOfficeKit_LibreOfficeKitInit.h @@ -0,0 +1,11 @@ +--- include/LibreOfficeKit/LibreOfficeKitInit.h.orig 2016-10-28 14:50:26 UTC ++++ include/LibreOfficeKit/LibreOfficeKitInit.h +@@ -19,7 +19,7 @@ extern "C" + + #if defined(__linux__) || defined (__FreeBSD_kernel__) || defined(_AIX) ||\ + defined(_WIN32) || defined(__APPLE__) || defined (__NetBSD__) ||\ +- defined (__sun) || defined(__OpenBSD__) ++ defined (__sun) || defined(__OpenBSD__) || defined (__FreeBSD__) + + #include <stdio.h> + #include <stdlib.h> |