| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/audio/cmus/files/ |
Upload File : |
https://github.com/cmus/cmus/issues/1133
--- configure.orig 2021-01-22 19:34:38 UTC
+++ configure
@@ -289,7 +289,7 @@ check_vorbis()
check_libsystemd()
{
- pkg_config LIBSYSTEMD "libsystemd" || pkg_config LIBSYSTEMD "libelogind >= 239.3"
+ pkg_config LIBSYSTEMD "libsystemd" || pkg_config LIBSYSTEMD "libelogind >= 239.3" || pkg_config LIBSYSTEMD "basu"
return $?
}
--- mpris.c.orig 2021-01-22 19:34:38 UTC
+++ mpris.c
@@ -15,7 +15,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <systemd/sd-bus.h>
+#include <basu/sd-bus.h>
#include "mpris.h"
#include "ui_curses.h"