aboutsummaryrefslogtreecommitdiffstats
path: root/main/mpd/musl-gcc5-fixes.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-05-10 22:28:14 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-05-10 22:28:14 +0200
commite9c8d91f78ba19c16b800e0dae0f48d9bd615dc8 (patch)
tree43c0b1b8120311100dfe5952955e175860fea6fd /main/mpd/musl-gcc5-fixes.patch
parentaae800b112322962af9c7ad26c2d918557686025 (diff)
downloadaports-e9c8d91f78ba19c16b800e0dae0f48d9bd615dc8.tar.bz2
aports-e9c8d91f78ba19c16b800e0dae0f48d9bd615dc8.tar.xz
main/mpd: upgrade to 0.19.15
Diffstat (limited to 'main/mpd/musl-gcc5-fixes.patch')
-rw-r--r--main/mpd/musl-gcc5-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/mpd/musl-gcc5-fixes.patch b/main/mpd/musl-gcc5-fixes.patch
deleted file mode 100644
index 9f5fc785b5..0000000000
--- a/main/mpd/musl-gcc5-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/notify.hxx.orig
-+++ ./src/notify.hxx
-@@ -28,7 +28,7 @@
- Cond cond;
- bool pending;
-
--#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__)
-+#if defined(__GLIBC__)
- constexpr
- #endif
- notify():pending(false) {}