Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2025 00:04:38 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f717cb7d865 - main - audio/guitarix-lv2: fix build with Boost-1.89 (+)
Message-ID:  <202510220004.59M04clq044973@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f717cb7d86548d7beba2be67f1de21b7b3a52a1

commit 8f717cb7d86548d7beba2be67f1de21b7b3a52a1
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-21 23:49:29 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-22 00:04:21 +0000

    audio/guitarix-lv2: fix build with Boost-1.89 (+)
    
    Reported by:    fallout
---
 audio/guitarix-lv2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/guitarix-lv2/Makefile b/audio/guitarix-lv2/Makefile
index e793e546bbf0..f3bd25153548 100644
--- a/audio/guitarix-lv2/Makefile
+++ b/audio/guitarix-lv2/Makefile
@@ -76,6 +76,9 @@ NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
 NLS_USE=	GNOME=intltool:build
 
+post-patch:
+	@${REINPLACE_CMD} -e 's/boost_system/boost_thread/' ${WRKSRC}/wscript
+
 post-install:
 	# strip, see https://sourceforge.net/p/guitarix/bugs/60/
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/guitarix


home | help

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