Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 15:39:03 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: db015e589372 - main - audio/espressivo-lv2: Fix build with lvm15
Message-ID:  <202306031539.353Fd3Ba071599@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=db015e589372a8eb0c360cc207f95587948a0273

commit db015e589372a8eb0c360cc207f95587948a0273
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-03 14:47:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-03 15:38:52 +0000

    audio/espressivo-lv2: Fix build with lvm15
    
    Approved by:    portmgr (blanket)
---
 audio/espressivo-lv2/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/audio/espressivo-lv2/Makefile b/audio/espressivo-lv2/Makefile
index c57d1b6daa0b..b3d69ba4f59d 100644
--- a/audio/espressivo-lv2/Makefile
+++ b/audio/espressivo-lv2/Makefile
@@ -24,4 +24,10 @@ PLIST_FILES=	lib/lv2/espressivo.lv2/espressivo.so \
 		lib/lv2/espressivo.lv2/espressivo.ttl \
 		lib/lv2/espressivo.lv2/manifest.ttl
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
+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?202306031539.353Fd3Ba071599>