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-desktop_unx_source_pagein.c | |
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-desktop_unx_source_pagein.c')
-rw-r--r-- | editors/libreoffice6/files/patch-desktop_unx_source_pagein.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-desktop_unx_source_pagein.c b/editors/libreoffice6/files/patch-desktop_unx_source_pagein.c new file mode 100644 index 000000000000..013e1ac9cbf3 --- /dev/null +++ b/editors/libreoffice6/files/patch-desktop_unx_source_pagein.c @@ -0,0 +1,12 @@ +--- desktop/unx/source/pagein.c.orig 2017-10-25 14:25:39 UTC ++++ desktop/unx/source/pagein.c +@@ -25,7 +25,9 @@ + #include <stdio.h> + #include <string.h> + #include <sys/stat.h> ++#ifdef LINUX + #include <sys/sysmacros.h> ++#endif + #include <sys/types.h> + + /* do_pagein */ |