d7789b50e4
- support for wnn and canna added - better handling of the ncurses problem Submitted by Jean-Yves Burlett <jean-yves@burlett.org>.
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
$OpenBSD: patch-src_Makefile_in_in,v 1.1 2001/03/01 21:20:17 naddy Exp $
|
|
--- src/Makefile.in.in.orig Sun Nov 19 23:08:18 2000
|
|
+++ src/Makefile.in.in Mon Feb 5 14:58:19 2001
|
|
@@ -304,7 +304,7 @@ mo_file = ${mo_dir}emacs.mo
|
|
#endif
|
|
|
|
LOADPATH = EMACSBOOTSTRAPLOADPATH="${lispdir}:${blddir}"
|
|
-DUMPENV = $(LOADPATH)
|
|
+DUMPENV = $(LOADPATH) EMACSPACKAGEPATH="${lispdir}:${blddir}"
|
|
|
|
release: temacs ${libsrc}DOC $(mo_file) ${other_files}
|
|
#ifdef CANNOT_DUMP
|