Skip to content

Commit

Permalink
math/intervaltree: fix build on powerpc
Browse files Browse the repository at this point in the history
Same issue as on i386.
  • Loading branch information
pkubaj committed Jun 16, 2021
1 parent e968e4b commit 1449668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/intervaltree/Makefile
Expand Up @@ -18,7 +18,7 @@ PLIST_FILES= bin/interval_tree_test include/${PORTNAME}/IntervalTree.h

.include <bsd.port.pre.mk>

.if ${ARCH} == i386
.if ${ARCH} == i386 || ${ARCH} == powerpc
post-patch:
${REINPLACE_CMD} -e 's|<bool, unsigned long>|<bool, unsigned int>|g' \
${WRKSRC}/interval_tree_test.cpp
Expand Down

0 comments on commit 1449668

Please sign in to comment.