diff options
Diffstat (limited to 'devel/emacs-ilisp/patches/patch-aa')
-rw-r--r-- | devel/emacs-ilisp/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/emacs-ilisp/patches/patch-aa b/devel/emacs-ilisp/patches/patch-aa new file mode 100644 index 00000000000..ccba97cf18d --- /dev/null +++ b/devel/emacs-ilisp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/11/15 20:33:04 dillo Exp $ + +--- Makefile.orig Wed May 16 22:18:21 2001 ++++ Makefile +@@ -20,7 +20,7 @@ + # Use whichever you like most + #EMACS = xemacs + #EMACS = /usr/local/bin/emacs +-EMACS = emacs ++#EMACS = emacs + + # If your operating system does not support file links (e.g. Windows), + # change this to an ordinary copy command |