This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch windows-amd64 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 8029ca4fc5d7847ede0781b5c6c9e7e2e0f29896 Author: Damjan Jovanovic <dam...@apache.org> AuthorDate: Sun Jan 19 04:39:18 2025 +0200 In postprocess/packcomponents, fix supported platforms for the ADABAS connectivity driver, and fix the path to the ADO component. Patch by: me --- main/postprocess/packcomponents/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/postprocess/packcomponents/makefile.mk b/main/postprocess/packcomponents/makefile.mk index 94ae43dc00..cdd765e03d 100644 --- a/main/postprocess/packcomponents/makefile.mk +++ b/main/postprocess/packcomponents/makefile.mk @@ -323,7 +323,7 @@ my_components += \ my_components += \ component/accessibility/java/java_uno_accessbridge/java_uno_accessbridge \ component/avmedia/source/win/avmediawin \ - component/connectivity/drivers/ado/ado \ + component/connectivity/source/drivers/ado/ado \ component/dtrans/source/generic/dtrans \ component/dtrans/util/dnd \ component/dtrans/util/ftransl \ @@ -358,8 +358,8 @@ my_components += \ my_components += component/canvas/source/directx/directx5canvas .END -.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \ - ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT" +.IF "$(OS)" == "WNT" || "$(GUIBASE)" == "aqua" ||\ + "$(GUIBASE)" == "unx" my_components += component/connectivity/source/drivers/adabas/adabas .END