1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

databases/libgda5-jdbc: fix build on powerpc64

Same issue as on powerpc64le.
This commit is contained in:
Piotr Kubaj 2021-05-05 11:39:07 +00:00
parent aa4b948a43
commit d434e41c69

View File

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