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
205 B
C++
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
|
|
|