git: 57f407e48cb1 - main - audio/yoshimi: Remove unnecessary flag from LDFLAGS because the underlying bug was fixed by the upstream
Yuri Victorovich
yuri at FreeBSD.org
Mon Apr 19 16:07:37 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=57f407e48cb1ddb84167e73e663a84d02eede4f6
commit 57f407e48cb1ddb84167e73e663a84d02eede4f6
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-19 16:05:42 +0000
Commit: Yuri Victorovich <yuri at 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
More information about the dev-commits-ports-all
mailing list