Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2021 10:44:55 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0373d0e4db26 - main - audio/lame: fix build on riscv64
Message-ID:  <202106171044.15HAitH4076833@gitrepo.freebsd.org>

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

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

commit 0373d0e4db26c2b67a5e0a62c6b6fdcf0f768615
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-17 10:38:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-17 10:38:30 +0000

    audio/lame: fix build on riscv64
---
 audio/lame/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index 5cca6456447a..5287c5cd8eca 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -12,8 +12,6 @@ COMMENT=	Fast MP3 encoder kit
 LICENSE=		LGPL20+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_riscv64=	fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h
-
 USES=		gmake iconv libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes



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