ports/audio/ncmpc/files/patch-src_LyricsPage.cxx
Daniel Engberg b5867f9d57 audio/ncmpc: Update to 0.5.1
Changelog: https://github.com/MusicPlayerDaemon/ncmpc/blob/v0.51/NEWS

PR:		281696
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-10-09 21:43:26 +02:00

11 lines
264 B
C++

--- src/LyricsPage.cxx.orig 2024-09-14 23:59:12 UTC
+++ src/LyricsPage.cxx
@@ -28,7 +28,7 @@ using std::string_view_literals::operator""sv;
using std::string_view_literals::operator""sv;
-#ifdef __APPLE__
+#ifdef __FreeBSD__
extern char **environ;
#endif