mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changelog: https://github.com/MusicPlayerDaemon/ncmpc/blob/v0.51/NEWS PR: 281696 Approved by: portmgr (maintainer timeout, 2+ weeks)
11 lines
264 B
C++
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
|
|
|