Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 04:53:16 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5d65d6d60da4 - main - audio/eteroj-lv2: Unbreak on HEAD
Message-ID:  <202305170453.34H4rGUa044888@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d65d6d60da4f186b8f0098b299bb83a1ce87f45

commit 5d65d6d60da4f186b8f0098b299bb83a1ce87f45
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-16 18:56:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-17 04:53:03 +0000

    audio/eteroj-lv2: Unbreak on HEAD
---
 audio/eteroj-lv2/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/audio/eteroj-lv2/Makefile b/audio/eteroj-lv2/Makefile
index cb6fad286ce2..7247640a1f7c 100644
--- a/audio/eteroj-lv2/Makefile
+++ b/audio/eteroj-lv2/Makefile
@@ -26,4 +26,10 @@ PLIST_FILES=	lib/lv2/eteroj.lv2/eteroj.so \
 		lib/lv2/eteroj.lv2/eteroj.ttl \
 		lib/lv2/eteroj.lv2/manifest.ttl
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+=	-Wno-error=int-conversion
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305170453.34H4rGUa044888>