aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-27 00:50:14 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-27 00:50:14 +0000
commit30c1bdb69fc354d360da78d61ce6d372746b62ea (patch)
tree5cae677eb1e0a82b94358ece566282c728ee80e3
parent9f5f45095ca75cbecd11addb195f112f0d929265 (diff)
downloadports-30c1bdb69fc354d360da78d61ce6d372746b62ea.tar.gz
ports-30c1bdb69fc354d360da78d61ce6d372746b62ea.zip
databases/libgda5-jdbc: actualy fix powerpc64le build
-rw-r--r--databases/libgda5/Makefile2
1 files changed, 1 insertions, 1 deletions
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"