git: 0ff3acc419d1 - main - math/intx: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:36:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ff3acc419d19f2c9d4bba3f794a5603d0e5de9c commit 0ff3acc419d19f2c9d4bba3f794a5603d0e5de9c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:17:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:26:29 +0000 math/intx: Add NO_ARCH Approved by: portmgr (blanket) --- math/intx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/intx/Makefile b/math/intx/Makefile index 288c9a766984..b5250376ab98 100644 --- a/math/intx/Makefile +++ b/math/intx/Makefile @@ -15,5 +15,6 @@ USE_GITHUB= yes GH_ACCOUNT= chfast CMAKE_OFF= INTX_TESTING +NO_ARCH= yes .include <bsd.port.mk>