diff options
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( "; " ); |