From 3d2f807ab80fcd10a5fd633f8afe3efdacb750e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 9 Sep 2015 09:55:58 +0200 Subject: main/libbsd: upgrade to 0.7.0 fixes #4613 --- main/libbsd/musl-fixes.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 main/libbsd/musl-fixes.patch (limited to 'main/libbsd/musl-fixes.patch') diff --git a/main/libbsd/musl-fixes.patch b/main/libbsd/musl-fixes.patch new file mode 100644 index 0000000000..f4f69bba84 --- /dev/null +++ b/main/libbsd/musl-fixes.patch @@ -0,0 +1,31 @@ +--- libbsd-0.7.0.orig/src/flopen.c ++++ libbsd-0.7.0/src/flopen.c +@@ -1,3 +1,4 @@ ++#include + /*- + * Copyright (c) 2007 Dag-Erling Coïdan Smørgrav + * All rights reserved. +--- libbsd-0.7.0.orig/src/funopen.c ++++ libbsd-0.7.0/src/funopen.c +@@ -138,5 +138,4 @@ + return fopencookie(cookiewrap, mode, funcswrap); + } + #else +-#error "Function funopen() needs to be ported." + #endif +--- libbsd-0.7.0.orig/src/nlist.c ++++ libbsd-0.7.0/src/nlist.c +@@ -1,3 +1,4 @@ ++#include + /* + * Copyright (c) 1989, 1993 + * The Regents of the University of California. All rights reserved. +@@ -39,7 +40,7 @@ + #include + + #include +-#include ++#include + #include + #include + #include -- cgit v1.2.3