Skip to content

Commit

Permalink
science/hdf: add back the previously removed powerpc workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jun 16, 2021
1 parent 331ac64 commit 499a93b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions science/hdf/Makefile
Expand Up @@ -46,6 +46,9 @@ post-patch:
post-install:
${INSTALL_MAN} ${WRKSRC}/man/hdfunpac.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1
# Allow to build on PowerPC
@${REINPLACE_CMD} -e '/if defined (__APPLE__)/ \
s,),) || defined(__powerpc__),' ${WRKSRC}/hdf/src/hdfi.h
${INSTALL_MAN} ${WRKSRC}/man/gr_chunk.3 \
${STAGEDIR}${MAN3PREFIX}/man/man3

Expand Down

0 comments on commit 499a93b

Please sign in to comment.