From e2f2a0f2c1cab1097d8601393405202ea05bb7e9 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 13 Feb 2020 23:46:45 +0000 Subject: [NEW] lang/guile1: GNU Ubiquitous Intelligent Language for Extension GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs that call for extensibility. WWW: http://www.gnu.org/software/guile/ - Repo-Copied from lang/guile in preperation of 3.X.X --- lang/guile1/files/patch-libguile_read.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/guile1/files/patch-libguile_read.c (limited to 'lang/guile1/files/patch-libguile_read.c') diff --git a/lang/guile1/files/patch-libguile_read.c b/lang/guile1/files/patch-libguile_read.c new file mode 100644 index 000000000000..c6f21423ad58 --- /dev/null +++ b/lang/guile1/files/patch-libguile_read.c @@ -0,0 +1,11 @@ +--- libguile/read.c.orig 2010-12-13 17:24:40 UTC ++++ libguile/read.c +@@ -27,7 +27,7 @@ + #include + #include + #ifdef HAVE_STRINGS_H +-# include ++# include "/usr/include/strings.h" + #endif + + #include "libguile/_scm.h" -- cgit v1.2.3