Skip to content
Snippets Groups Projects
Commit 3b375af6 authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

databases/libgda5-jdbc: fix build on powerpc

parent 9b0b85ea
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ post-patch: ...@@ -115,7 +115,7 @@ post-patch:
${WRKSRC}/providers/bdb/gda-bdb-provider.c \ ${WRKSRC}/providers/bdb/gda-bdb-provider.c \
${WRKSRC}/providers/bdb/gda-bdb-test.c ${WRKSRC}/providers/bdb/gda-bdb-test.c
.if ${LIBGDA5_SLAVE} == jdbc .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 ${WRKSRC}/getsp.java
.endif .endif
.if ${LIBGDA5_SLAVE}!="no" .if ${LIBGDA5_SLAVE}!="no"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment