pkgsrc/x11/xless/patches/patch-aa

15 lines
569 B
Text
Raw Normal View History

1998-08-07 13:08:53 +02:00
$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:24 agc Exp $
1997-10-11 23:53:59 +02:00
--- Imakefile.orig Thu Jun 2 16:22:14 1994
+++ Imakefile Fri Dec 27 18:52:23 1996
@@ -5,7 +5,8 @@
* -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer
* -DTILDE_EXPANSION - perform ~ expansion on filenames
*/
- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION
+ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \
+ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\"
SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \