git: 3b375af6cd0d - main - databases/libgda5-jdbc: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 21:47:31 UTC
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"