diff options
author | magick <magick@pkgsrc.org> | 2002-10-09 16:32:16 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-10-09 16:32:16 +0000 |
commit | ec45955dbb5c06f78017c1ba12f28f6088c64071 (patch) | |
tree | cb2799b41b3aa6858d8311e24b125411e2c39ef6 /editors/xemacs/patches | |
parent | 35a4600490744241786e63d568754061633a8e37 (diff) | |
download | pkgsrc-ec45955dbb5c06f78017c1ba12f28f6088c64071.tar.gz |
Don't include site.el when executing check-festures.el.
This fixes pkg/18283 submitted by Hauke Fath.
Diffstat (limited to 'editors/xemacs/patches')
-rw-r--r-- | editors/xemacs/patches/patch-ac | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/editors/xemacs/patches/patch-ac b/editors/xemacs/patches/patch-ac index fe34ea27a72..87afa83752a 100644 --- a/editors/xemacs/patches/patch-ac +++ b/editors/xemacs/patches/patch-ac @@ -1,8 +1,17 @@ -$NetBSD: patch-ac,v 1.2 1999/12/08 08:18:25 rh Exp $ +$NetBSD: patch-ac,v 1.3 2002/10/09 16:32:17 magick Exp $ ---- Makefile.in.orig Sun Aug 15 03:29:45 1999 -+++ Makefile.in Wed Dec 8 09:14:11 1999 -@@ -444,8 +444,12 @@ +--- Makefile.in.orig Mon Dec 18 04:03:32 2000 ++++ Makefile.in +@@ -371,7 +371,7 @@ + ## all. --cet + + check-features: all +- ${blddir}/src/${PROGNAME} -batch -l check-features.el ++ ${blddir}/src/${PROGNAME} -vanilla -batch -l check-features.el + + install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep + +@@ -445,8 +445,12 @@ ## Note it's `xemacs' not ${PROGNAME} cd ${srcdir}/etc && \ for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \ |