diff options
author | asau <asau@pkgsrc.org> | 2012-04-16 10:19:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-04-16 10:19:34 +0000 |
commit | 9ea474881957c5673bc4778739049dbcfc9c4b98 (patch) | |
tree | c2e98cfd27dcf25ad400dff1fbc30931e068be87 /lang/gambc/patches/patch-ab | |
parent | 5cb8d1254303fa40623fb271f170b6077a449666 (diff) | |
download | pkgsrc-9ea474881957c5673bc4778739049dbcfc9c4b98.tar.gz |
Update to Gambit C 4.6.5
Changes since version 4.6.3 include various build system fixes,
iOS REPL improvements, addition of Xlib examples.
Diffstat (limited to 'lang/gambc/patches/patch-ab')
-rw-r--r-- | lang/gambc/patches/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gambc/patches/patch-ab b/lang/gambc/patches/patch-ab index eb41517f85b..eb8dbd9d78f 100644 --- a/lang/gambc/patches/patch-ab +++ b/lang/gambc/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 2009/07/20 18:18:11 hasso Exp $ +$NetBSD: patch-ab,v 1.2 2012/04/16 10:19:34 asau Exp $ ---- lib/os.h.orig 2009-07-20 19:29:42 +0300 -+++ lib/os.h 2009-07-20 19:30:15 +0300 -@@ -847,6 +847,8 @@ ___END_C_LINKAGE +--- lib/os.h.orig 2012-02-07 20:27:30.000000000 +0000 ++++ lib/os.h +@@ -934,6 +934,8 @@ ___END_C_LINKAGE #define INCLUDE_pty_h #undef INCLUDE_util_h #define INCLUDE_util_h @@ -10,4 +10,4 @@ $NetBSD: patch-ab,v 1.1 2009/07/20 18:18:11 hasso Exp $ +#define INCLUDE_libutil_h #endif - #ifdef USE_tcgetattr + #ifdef USE_getpt |