summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-10 17:36:12 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-10 17:36:12 +0000
commitc795260163082789f959261f177d1aa599a9552a (patch)
treef0afee69e1ca98503665cdda1087e5f0885c3f17 /patches
parent41344b992625e8c206da27955a489ea9658dc1e3 (diff)
downloadmidipix_build-c795260163082789f959261f177d1aa599a9552a.tar.bz2
midipix_build-c795260163082789f959261f177d1aa599a9552a.tar.xz
patches/libbsd-0.9.1.local.patch: updated concerning fopencookie(3).
Diffstat (limited to 'patches')
-rw-r--r--patches/libbsd-0.9.1.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/libbsd-0.9.1.local.patch b/patches/libbsd-0.9.1.local.patch
index 9de2d3fd..fc2eb150 100644
--- a/patches/libbsd-0.9.1.local.patch
+++ b/patches/libbsd-0.9.1.local.patch
@@ -318,3 +318,14 @@ diff -Nru libbsd-0.9.1.orig/src/vis.c libbsd-0.9.1/src/vis.c
int
stravis(char **mbdstp, const char *mbsrc, int flags)
+--- libbsd-0.9.1/src/funopen.c.orig 2018-04-21 21:30:22.000000000 +0000
++++ libbsd-0.9.1/src/funopen.c 2019-01-10 17:35:49.856000000 +0000
+@@ -137,7 +137,7 @@
+
+ return fopencookie(cookiewrap, mode, funcswrap);
+ }
+-#elif defined(__MUSL__)
++#elif defined(__MUSL__) || defined(__midipix__)
+ /*
+ * This is unimplementable on musl based systems, and upstream has stated
+ * they will not add the needed support to implement it. Just ignore this