git: 30c1bdb69fc3 - main - databases/libgda5-jdbc: actualy fix powerpc64le build
Piotr Kubaj
pkubaj at FreeBSD.org
Thu May 27 00:48:38 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30c1bdb69fc354d360da78d61ce6d372746b62ea
commit 30c1bdb69fc354d360da78d61ce6d372746b62ea
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-05-27 00:50:14 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-05-27 00:50:14 +0000
databases/libgda5-jdbc: actualy fix powerpc64le build
---
databases/libgda5/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index b9283bcbea8c..d1b7e89a48bf 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -111,7 +111,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:C/powerpc64.*/ppc64/}|g' \
+ @${REINPLACE_CMD} -e 's|lib/amd64|lib/${ARCH:S/powerpc64/ppc64/}|g' \
${WRKSRC}/getsp.java
.endif
.if ${LIBGDA5_SLAVE}!="no"
More information about the dev-commits-ports-all
mailing list