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-vcl_source_app_svapp.cxx | |
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-vcl_source_app_svapp.cxx')
-rw-r--r-- | editors/libreoffice6/files/patch-vcl_source_app_svapp.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-vcl_source_app_svapp.cxx b/editors/libreoffice6/files/patch-vcl_source_app_svapp.cxx new file mode 100644 index 000000000000..7e04c32bd915 --- /dev/null +++ b/editors/libreoffice6/files/patch-vcl_source_app_svapp.cxx @@ -0,0 +1,11 @@ +--- vcl/source/app/svapp.cxx.orig 2019-02-04 10:17:39.490629000 +0800 ++++ vcl/source/app/svapp.cxx 2019-02-04 10:47:26.591172000 +0800 +@@ -1103,7 +1103,7 @@ + aDetails.append( VclResId(SV_APP_DEFAULT) ); + aDetails.append( "; " ); + +-#if (defined LINUX || defined _WIN32 || defined MACOSX) ++#if (defined LINUX || defined _WIN32 || defined MACOSX || defined FREEBSD) + aDetails.append( SV_APP_VCLBACKEND ); + aDetails.append( GetToolkitName() ); + aDetails.append( "; " ); |