git: f01a6bf7f430 - main - devel/libclc: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:23:23 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f01a6bf7f430891f6e44de684f917d8ec5038b7e
commit f01a6bf7f430891f6e44de684f917d8ec5038b7e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:30:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:18:34 +0000
devel/libclc: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/libclc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/libclc/Makefile b/devel/libclc/Makefile
index c80c03ed89fd..0ddee4d60809 100644
--- a/devel/libclc/Makefile
+++ b/devel/libclc/Makefile
@@ -31,6 +31,7 @@ CMAKE_ARGS+= -DLLVM_DIR:PATH="${LOCALBASE}/${FLAVOR}" \
-DCMAKE_PREFIX_PATH="${LOCALBASE}/${FLAVOR}"
CMAKE_INSTALL_PREFIX= ${PREFIX}/${FLAVOR}
DISTINFO_FILE= ${.CURDIR}/distinfo.${FLAVOR}
+NO_ARCH= yes
.include <bsd.port.pre.mk>