Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 21:47:31 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b375af6cd0d - main - databases/libgda5-jdbc: fix build on powerpc
Message-ID:  <202501172147.50HLlVJt063859@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b375af6cd0d9b6a7fd7cc5c6043f22800becde2

commit 3b375af6cd0d9b6a7fd7cc5c6043f22800becde2
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-17 13:52:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-17 21:46:00 +0000

    databases/libgda5-jdbc: fix build on powerpc
---
 databases/libgda5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index c78140bac69f..71c2150e3b6e 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -115,7 +115,7 @@ post-patch:
 		${WRKSRC}/providers/bdb/gda-bdb-provider.c \
 		${WRKSRC}/providers/bdb/gda-bdb-test.c
 .if ${LIBGDA5_SLAVE} == jdbc
-	@${REINPLACE_CMD} -e 's|lib/amd64|lib/${ARCH:S/powerpc64/ppc64/}|g' \
+	@${REINPLACE_CMD} -e 's|lib/amd64|lib/${ARCH:S/powerpc/ppc/}|g' \
 		${WRKSRC}/getsp.java
 .endif
 .if ${LIBGDA5_SLAVE}!="no"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501172147.50HLlVJt063859>