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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 7cabeab  GUIBASE is always aqua for Darwin/macOS
7cabeab is described below

commit 7cabeab9610cb8387bc4a8d6fe3b642d09471acc
Author: Jim Jagielski <jim...@gmail.com>
AuthorDate: Thu Dec 3 14:42:32 2020 -0500

    GUIBASE is always aqua for Darwin/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 723fe29..316110e 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