diff options
author | Sean MacLennan <xemacs@seanm.ca> | 2011-11-12 00:10:23 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-12 12:17:21 -0600 |
commit | 61faa8b74d6fe94a393ac57ab8258933a3c08e6f (patch) | |
tree | 4a24a978ffc90fd98db51f0bf03a20b48e9a746e /development/xemacs/patches/check-features.patch | |
parent | 572042ec89f883d3ba9fd49507437eec4d6858c1 (diff) | |
download | slackbuilds-61faa8b74d6fe94a393ac57ab8258933a3c08e6f.tar.gz |
development/xemacs: Added (XEmacs editor)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/xemacs/patches/check-features.patch')
-rw-r--r-- | development/xemacs/patches/check-features.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/xemacs/patches/check-features.patch b/development/xemacs/patches/check-features.patch new file mode 100644 index 0000000000..7da578a4b4 --- /dev/null +++ b/development/xemacs/patches/check-features.patch @@ -0,0 +1,11 @@ +--- xemacs-21.4.15/Makefile.in.in.orig 2004-07-09 19:00:27.000000000 -0400 ++++ xemacs-21.4.15/Makefile.in.in 2004-07-09 19:00:46.000000000 -0400 +@@ -403,7 +403,7 @@ + ## all. --cet + + check-features: all +- ${blddir}/src/${PROGNAME} -batch -l check-features.el ++ ${blddir}/src/${PROGNAME} -batch -l ${blddir}/lisp/check-features.el + + install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep + |