summaryrefslogtreecommitdiff
path: root/x11/xless/patches/patch-aa
blob: 20ba124366ba7685981e8f0f99aa1cd6d70bdf31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:24 agc Exp $

--- 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 \