git: b7c2767811cd - main - lang/sagittarius-scheme: Unbreak on HEAD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 11:38:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b7c2767811cda54314d7a3d4fb480fc1cf211944
commit b7c2767811cda54314d7a3d4fb480fc1cf211944
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-02 11:38:09 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-02 11:38:34 +0000
lang/sagittarius-scheme: Unbreak on HEAD
Approved by: portmgr (blanket)
---
lang/sagittarius-scheme/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lang/sagittarius-scheme/Makefile b/lang/sagittarius-scheme/Makefile
index 50524e894db8..08849c80522d 100644
--- a/lang/sagittarius-scheme/Makefile
+++ b/lang/sagittarius-scheme/Makefile
@@ -33,6 +33,10 @@ OPTIONS_SUB= yes
.include <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
.if ${ARCH}=="i386"
PLIST_ARCH= i386
USE_GCC= yes