diff options
author | gj <gj@FreeBSD.org> | 2004-08-16 13:25:53 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2004-08-16 13:25:53 +0000 |
commit | ea2781e2b7afe073f1ab64a5b72aa6b0364677b0 (patch) | |
tree | 645511837ea50cfe62c925cbc7f15769dc21a9fe /editors/xemacs/files | |
parent | f5e0e819b5eead0490d4f74e0a4980c6b8902188 (diff) | |
download | FreeBSD-ports-ea2781e2b7afe073f1ab64a5b72aa6b0364677b0.zip FreeBSD-ports-ea2781e2b7afe073f1ab64a5b72aa6b0364677b0.tar.gz |
Update to 2.4.15.
Comment out the GTK support since either bsd.gnome.mk is broken or I'm
too stupid to figure it out.
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r-- | editors/xemacs/files/patch-regex.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/xemacs/files/patch-regex.c b/editors/xemacs/files/patch-regex.c deleted file mode 100644 index 33c75b5..0000000 --- a/editors/xemacs/files/patch-regex.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/regex.c.orig Sun Apr 18 22:13:51 2004 -+++ src/regex.c Sun Apr 18 22:14:57 2004 -@@ -1135,7 +1135,7 @@ - exactly that if always used MAX_FAILURE_SPACE each time we failed. - This is a variable only so users of regex can assign to it; we never - change it ourselves. */ --#if defined (MATCH_MAY_ALLOCATE) -+#if defined (MATCH_MAY_ALLOCATE) || defined (REGEX_MALLOC) - /* 4400 was enough to cause a crash on Alpha OSF/1, - whose default stack limit is 2mb. */ - int re_max_failures = 20000; |