mirror of https://git.FreeBSD.org/ports.git
databases/libgda5-jdbc: fix build on powerpc
This commit is contained in:
parent
9b0b85eade
commit
3b375af6cd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue