Update to mpd-0.19.14

This commit is contained in:
dcoppa 2016-03-21 12:42:31 +00:00
parent e162843019
commit 0b175d320e
3 changed files with 16 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.86 2016/02/25 09:04:50 dcoppa Exp $
# $OpenBSD: Makefile,v 1.87 2016/03/21 12:42:31 dcoppa Exp $
BROKEN-arm = no atomic ops
BROKEN-hppa = no atomic ops
COMMENT = Music Player Daemon
DISTNAME = mpd-0.19.13
DISTNAME = mpd-0.19.14
CATEGORIES = audio
HOMEPAGE = http://www.musicpd.org/
MAINTAINER = David Coppa <dcoppa@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (mpd-0.19.13.tar.gz) = EGPDJYa5PyHHdSOQp8QuC+de6DsjEmSyb2OmXL9WtN4=
SIZE (mpd-0.19.13.tar.gz) = 977912
SHA256 (mpd-0.19.14.tar.gz) = 7TwaVN0Q2Xo6BEpPbdu98dqcskCwtnqb0w8YtBbVwuI=
SIZE (mpd-0.19.14.tar.gz) = 978366

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_notify_hxx,v 1.1 2016/03/21 12:42:31 dcoppa Exp $
--- src/notify.hxx.orig Sat Oct 25 00:28:53 2014
+++ src/notify.hxx Mon Mar 21 12:50:01 2016
@@ -28,7 +28,7 @@ struct notify {
Cond cond;
bool pending;
-#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__)
+#ifdef __GLIBC__
constexpr
#endif
notify():pending(false) {}