git: 516d9f78bc76 - main - math/parmetis: Remove pointers to defunct IA64 ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 11:24:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=516d9f78bc764f17bc6617df24cca3d2d8c0d912 commit 516d9f78bc764f17bc6617df24cca3d2d8c0d912 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-16 02:02:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-16 11:24:43 +0000 math/parmetis: Remove pointers to defunct IA64 ARCH --- math/parmetis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 6bc3e10a8eb9..e8f504ebd0f7 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -46,7 +46,7 @@ pre-configure: s|$$(MAKEFLAGS)||' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|"-O3"|""|' ${WRKSRC}/metis/GKlib/GKlibSystem.cmake -.if ((${ARCH}=="amd64") || (${ARCH}=="aarch64") || (${ARCH}=="sparc64") || (${ARCH}=="ppc64") || (${ARCH}=="ia64")) +.if ((${ARCH}=="amd64") || (${ARCH}=="aarch64") || (${ARCH}=="sparc64") || (${ARCH}=="ppc64")) @${REINPLACE_CMD} -e \ 's|IDXTYPEWIDTH 32|IDXTYPEWIDTH 64|' \ ${WRKSRC}/metis/include/metis.h