From e5ca48653c51d5ccd8533f9acd5a23688056ffd7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 6 Aug 2024 04:03:05 +0000 Subject: automatic import of guile --- guile-3.0.7-headers.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 guile-3.0.7-headers.patch (limited to 'guile-3.0.7-headers.patch') diff --git a/guile-3.0.7-headers.patch b/guile-3.0.7-headers.patch new file mode 100644 index 0000000..7550fef --- /dev/null +++ b/guile-3.0.7-headers.patch @@ -0,0 +1,30 @@ +commit 69de79cfa71749de8e0e4dcab17b4ab36208e5fc +Author: Tomas Korbar +Date: Fri Jul 16 09:32:38 2021 +0200 + + Fix header problem + +diff --git a/lib/libc-config.h b/lib/libc-config.h +index f14013f..884272b 100644 +--- a/lib/libc-config.h ++++ b/lib/libc-config.h +@@ -71,11 +71,6 @@ + # endif + #endif + +-#ifndef __attribute_nonnull__ +-/* either does not exist, or is too old for Gnulib. +- Prepare to include , which is Gnulib's version of a +- more-recent glibc . */ +- + /* Define _FEATURES_H so that does not include . */ + # ifndef _FEATURES_H + # define _FEATURES_H 1 +@@ -171,7 +166,6 @@ + # endif + # endif + +-#endif /* defined __glibc_likely */ + + + /* A substitute for glibc , good enough for Gnulib. */ -- cgit v1.2.3