openbsd-ports/devel/id-utils/patches/patch-lisp_elisp-comp
espie 52e17ae2d3 remove ludicrous dependency on gnu-make.
fix obvious mistake in makefile location.
regen patches.

art `why does this depend on gnu make ?'
2004-07-19 16:12:36 +00:00

13 lines
397 B
Plaintext

$OpenBSD: patch-lisp_elisp-comp,v 1.1 2004/07/19 16:12:36 espie Exp $
--- lisp/elisp-comp.orig Fri Apr 18 08:43:32 1997
+++ lisp/elisp-comp Mon Jul 19 18:02:48 2004
@@ -34,7 +34,7 @@ else
cd $tempdir
echo "(setq load-path (cons nil load-path))" > script
- emacs -batch -l script -f batch-byte-compile *.el
+ ${EMACS} -batch -l script -f batch-byte-compile *.el
mv *.elc ..
cd ..