This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new e103f60  GUIBASE is always aqua for macOS
     new d7894db  Merge branch 'AOO42X' of 
https://gitbox.apache.org/repos/asf/openoffice into AOO42X
e103f60 is described below

commit e103f601c40555ce2f0d68742f15134623c45bdc
Author: Jim Jagielski <[email protected]>
AuthorDate: Thu Dec 3 14:40:36 2020 -0500

    GUIBASE is always aqua for macOS
---
 main/set_soenv.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/set_soenv.in b/main/set_soenv.in
index 9a845ba..32f6a6c 100644
--- a/main/set_soenv.in
+++ b/main/set_soenv.in
@@ -818,7 +818,7 @@ elsif ( $platform =~ m/darwin/ )
       $INPATH         = $OUTPATH.$PROEXT;
       $OS             = "MACOSX";
       $PATH_SEPERATOR = $ps;
-      # GUIBASE is set below; may be "aqua" or "unx".
+      $GUIBASE  = "aqua";
 }
 elsif ( $platform =~ m/aix/ )
 {

Reply via email to