summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2017-11-15 14:57:09 +0000
committerhauke <hauke@pkgsrc.org>2017-11-15 14:57:09 +0000
commit81ab910494229838299dbd9fb585dfeff3a60b60 (patch)
treec1aab997a3bb317010a47a8d03ef273aab316370 /editors
parenta4941b28675a2b534be928ff64f224cdc92f33ae (diff)
downloadpkgsrc-81ab910494229838299dbd9fb585dfeff3a60b60.tar.gz
Upgrade to XEmacs 21.5.34
Obsolete, change is in upstream
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/patches/patch-ai13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/xemacs-current/patches/patch-ai b/editors/xemacs-current/patches/patch-ai
deleted file mode 100644
index 2a007b5fdfb..00000000000
--- a/editors/xemacs-current/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2006/10/14 02:24:46 rillig Exp $
-
---- configure.ac.orig 2006-04-23 18:11:17.000000000 +0200
-+++ configure.ac 2006-10-14 04:23:22.000000000 +0200
-@@ -6179,7 +6179,7 @@ fi
- if test "$have_vdb_mach" = yes ; then
- echo " Using mach exception mechanism as vdb fault handler."
- fi
--if test "$have_vdb_fake" = yes && test "$enable_vdb" == fake; then
-+if test "$have_vdb_fake" = yes && test "$enable_vdb" = fake; then
- echo " Virtual dirty bit write barrier manually disabled."
- fi
- test "$enable_pdump" = yes && echo " Using the new portable dumper."