aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-05 11:39:07 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-05 11:39:07 +0000
commitd434e41c690631e508118c17462b57c6905c33d9 (patch)
tree2d616dc991f62fdf9e2410adf64de2e884ee646a
parentaa4b948a4318853e8d74708fc1eec773bce06031 (diff)
downloadports-d434e41c690631e508118c17462b57c6905c33d9.tar.gz
ports-d434e41c690631e508118c17462b57c6905c33d9.zip
databases/libgda5-jdbc: fix build on powerpc64
Same issue as on powerpc64le.
-rw-r--r--databases/libgda5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 0b49fa293b14..b9283bcbea8c 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:S/powerpc64le/ppc64le/}|g' \
+ @${REINPLACE_CMD} -e 's|lib/amd64|lib/${ARCH:C/powerpc64.*/ppc64/}|g' \
${WRKSRC}/getsp.java
.endif
.if ${LIBGDA5_SLAVE}!="no"