summaryrefslogtreecommitdiff
path: root/x11/xless/patches/patch-aa
blob: 8b96cc03a6b4756ad99aef4d45f4f9a6b6cf456c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.3 2009/07/07 17:22:27 joerg Exp $

--- Imakefile.orig	1994-06-03 01:22:14.000000000 +0200
+++ Imakefile
@@ -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 \
@@ -27,7 +28,7 @@ LOCAL_LIBRARIES = -Lregexp -lregexp XawC
 MakeSubdirs($(SUBDIRS))
 ComplexProgramTarget(xless)
 
-InstallNonExec(xless.help, $(LIBDIR))
+InstallNonExec(xless.help,$(LIBDIR))
 InstallAppDefaults(XLess)
 
 #if ProjectX >= 5