diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-15 16:17:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-15 16:17:11 +0000 |
commit | bc640bd5566779ca04d37f7bd64b401608935e1a (patch) | |
tree | 5a4232f5bce97df904b14ce4a9cabc61e22ac2de /math/metis | |
parent | 00305bd8b281309c7fe98a90e23d0816cc5330c6 (diff) |
Notes
Diffstat (limited to 'math/metis')
-rw-r--r-- | math/metis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index c129edad7ab0..b019fdb37c21 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -67,7 +67,7 @@ pre-configure: ${WRKSRC}/GKlib/GKlibSystem.cmake @${REINPLACE_CMD} -e "\|/home/karypis/|d" \ ${WRKSRC}/programs/CMakeLists.txt -.if ((${ARCH}=="amd64") || (${ARCH}=="aarch64") || (${ARCH}=="sparc64") || (${ARCH}=="ppc64") || (${ARCH}=="ia64")) +.if ((${ARCH}=="amd64") || (${ARCH}=="aarch64") || (${ARCH}=="sparc64") || (${ARCH}=="powerpc64")) @${REINPLACE_CMD}-e \ 's|IDXTYPEWIDTH 32|IDXTYPEWIDTH 64|' \ ${WRKSRC}/include/metis.h |