git: 3d30c3a2438b - main - math/fflas-ffpack: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d30c3a2438b430417470df6122341358e190ee8 commit 3d30c3a2438b430417470df6122341358e190ee8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:12 +0000 math/fflas-ffpack: Add NO_ARCH --- math/fflas-ffpack/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/fflas-ffpack/Makefile b/math/fflas-ffpack/Makefile index 819cd75ffb47..b5d951c9c5f7 100644 --- a/math/fflas-ffpack/Makefile +++ b/math/fflas-ffpack/Makefile @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes SHEBANG_FILES= fflas-ffpack-config.in TEST_TARGET= check +NO_ARCH= yes + OPTIONS_DEFINE= DOXYGEN .include <bsd.port.options.mk>