git: ba5fd311e8eb - main - security/weggli: Fix build on HEAD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 05:28:06 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba5fd311e8eb89456250679940e890f0afdf0167
commit ba5fd311e8eb89456250679940e890f0afdf0167
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-02 20:24:52 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-03 05:27:53 +0000
security/weggli: Fix build on HEAD
The port only builds with llvm16.
---
security/weggli/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/weggli/Makefile b/security/weggli/Makefile
index 45f4eba955b9..ec5f8f9bbd9a 100644
--- a/security/weggli/Makefile
+++ b/security/weggli/Makefile
@@ -132,8 +132,8 @@ PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} <= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
-USES+= llvm:min=16
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} <= 1400091 || ${OSVERSION} >= 1500006 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
+USES+= llvm:16
.endif
post-install: