Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2021 00:48:38 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: 30c1bdb69fc3 - main - databases/libgda5-jdbc: actualy fix powerpc64le build
Message-ID:  <202105270048.14R0mcb2087239@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=30c1bdb69fc354d360da78d61ce6d372746b62ea

commit 30c1bdb69fc354d360da78d61ce6d372746b62ea
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-05-27 00:50:14 +0000
Commit:     Piotr Kubaj <pkubaj@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"



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