databases/libgda5-jdbc: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-17 14:52:19 +01:00
parent 9b0b85eade
commit 3b375af6cd
1 changed files with 1 additions and 1 deletions

View File

@ -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"