git: 5d65d6d60da4 - main - audio/eteroj-lv2: Unbreak on HEAD

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 17 May 2023 04:53:16 UTC
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>