diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 17:32:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 17:32:59 +0000 |
commit | acc36afd2fbe95a00a7aee575bc5ba8eb21e9861 (patch) | |
tree | 50f31e5697e07e32c24223a7b2ab7414c723d0e6 /lang/guile2/files/patch-libguile_gen-scmconfig.c | |
parent | - Update to 7.4.307 (diff) |
- Add guile 2.0.11
- While I'm here:
- Add PKGNAMESUFFIX to avoid PKGNAME collision
- Mark CONFLICTS_INSTALL with lang/guile
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/
PR: ports/189239
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=355255
Diffstat (limited to 'lang/guile2/files/patch-libguile_gen-scmconfig.c')
-rw-r--r-- | lang/guile2/files/patch-libguile_gen-scmconfig.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/guile2/files/patch-libguile_gen-scmconfig.c b/lang/guile2/files/patch-libguile_gen-scmconfig.c new file mode 100644 index 000000000000..f2b35b8d5934 --- /dev/null +++ b/lang/guile2/files/patch-libguile_gen-scmconfig.c @@ -0,0 +1,10 @@ +--- libguile/gen-scmconfig.c 2008-02-23 21:38:39.310330888 -0600 ++++ libguile/gen-scmconfig.c 2008-02-23 21:39:32.909873567 -0600 +@@ -123,6 +123,7 @@ + + #include "gen-scmconfig.h" + ++#define _ANSI_SOURCE + #include <stdio.h> + #include <string.h> + |