ports/audio/ncmpc/files/patch-src_plugin.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
205 B
C++

--- src/plugin.cxx.orig 2024-09-15 08:35:35 UTC
+++ src/plugin.cxx
@@ -22,7 +22,7 @@
#include <sys/stat.h>
#include <sys/wait.h>
-#ifdef __APPLE__
+#ifdef __FreeBSD__
extern char **environ;
#endif