diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-02-13 23:46:45 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-02-13 23:46:45 +0000 |
commit | e2f2a0f2c1cab1097d8601393405202ea05bb7e9 (patch) | |
tree | c821fb4d9ae135de8e4ec7b6fdeb98852801a6e9 /lang/guile1/files/patch-libguile_read.c | |
parent | Set the install-path via configure instead of patching Makefile.in (diff) |
[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
Notes
Notes:
svn path=/head/; revision=526077
Diffstat (limited to 'lang/guile1/files/patch-libguile_read.c')
-rw-r--r-- | lang/guile1/files/patch-libguile_read.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 <ctype.h> + #include <string.h> + #ifdef HAVE_STRINGS_H +-# include <strings.h> ++# include "/usr/include/strings.h" + #endif + + #include "libguile/_scm.h" |