diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-20 08:14:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-20 08:14:56 +0000 |
commit | d20c8f89d65a926fcb890430d803b9de1de1a33a (patch) | |
tree | b3163a42b3c3a26000fe9f3e2105f42e6a6d8ea5 /sys-apps/sed | |
parent | tweak style (diff) | |
download | gentoo-2-d20c8f89d65a926fcb890430d803b9de1de1a33a.tar.gz gentoo-2-d20c8f89d65a926fcb890430d803b9de1de1a33a.tar.bz2 gentoo-2-d20c8f89d65a926fcb890430d803b9de1de1a33a.zip |
document
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/files/sed-4.1.5-alloca.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/sed/files/sed-4.1.5-alloca.patch b/sys-apps/sed/files/sed-4.1.5-alloca.patch index 9c92ba6ce357..89679c5362e3 100644 --- a/sys-apps/sed/files/sed-4.1.5-alloca.patch +++ b/sys-apps/sed/files/sed-4.1.5-alloca.patch @@ -1,6 +1,6 @@ -Index: sed-4.1.5/lib/regex_internal.h -=================================================================== ---- sed-4.1.5.orig/lib/regex_internal.h +fix building on BSD systems which often do not have alloca.h + +--- sed-4.1.5/lib/regex_internal.h +++ sed-4.1.5/lib/regex_internal.h @@ -410,7 +410,9 @@ static unsigned int re_string_context_at #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) |