summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_source_app_svapp.cxx')
-rw-r--r--editors/libreoffice/files/patch-vcl_source_app_svapp.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx b/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx
index 0484b558c401..7e04c32bd915 100644
--- a/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx
+++ b/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx
@@ -1,11 +1,11 @@
---- vcl/source/app/svapp.cxx.orig 2018-03-02 19:30:13.692825000 +0800
-+++ vcl/source/app/svapp.cxx 2018-03-02 19:30:48.236688000 +0800
-@@ -1153,7 +1153,7 @@
+--- 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( "; " );
--#ifdef LINUX
-+#if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID
- // Only linux has different backends, so don't show blank for others.
+-#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( "; " );