Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2026 18:12:14 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b54027ffe1e2 - main - biology/viennarna: Fix building with Flang and Clang 21
Message-ID:  <697ba2fe.47068.3c67f6ae@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

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

commit b54027ffe1e2754a7e3f9609b687928e89633a70
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-01-29 15:55:42 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-01-29 18:12:07 +0000

    biology/viennarna: Fix building with Flang and Clang 21
---
 biology/viennarna/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/biology/viennarna/Makefile b/biology/viennarna/Makefile
index 39f6458de40b..f48bf3a3a2f2 100644
--- a/biology/viennarna/Makefile
+++ b/biology/viennarna/Makefile
@@ -31,11 +31,10 @@ USES=		autoreconf bison compiler:c++17-lang fortran gmake \
 USE_XORG=	ice x11 xext # only for build
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_SHELL=	${PREFIX}/bin/bash
 CONFIGURE_ARGS=	--enable-shared --disable-static --with-gsl --with-cluster --with-kinwalker --enable-mpfr --without-python --without-python3 --without-perl
 
-CXXFLAGS+=	-Dregister= # workaround for https://github.com/ViennaRNA/ViennaRNA/issues/214
+CXXFLAGS+=	-Wno-missing-template-arg-list-after-template-kw
 
 TEST_TARGET=	check
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697ba2fe.47068.3c67f6ae>