Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 16:07:36 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 57f407e48cb1 - main - audio/yoshimi: Remove unnecessary flag from LDFLAGS because the underlying bug was fixed by the upstream
Message-ID:  <202104191607.13JG7aYG046096@gitrepo.freebsd.org>

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

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

commit 57f407e48cb1ddb84167e73e663a84d02eede4f6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-19 16:05:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-19 16:07:34 +0000

    audio/yoshimi: Remove unnecessary flag from LDFLAGS because the underlying bug was fixed by the upstream
---
 audio/yoshimi/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/audio/yoshimi/Makefile b/audio/yoshimi/Makefile
index a46a2bc06b4f..7d5b350d6a66 100644
--- a/audio/yoshimi/Makefile
+++ b/audio/yoshimi/Makefile
@@ -25,7 +25,6 @@ GH_ACCOUNT=	Yoshimi
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
 LDFLAGS+=		-Wl,--as-needed
-LDFLAGS+=		-largp # workaround for https://github.com/Yoshimi/yoshimi/issues/135
 
 INSTALLS_ICONS=	yes
 



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