summaryrefslogtreecommitdiff
path: root/finance/xquote/patches/patch-aa
blob: 4b80d75cc5bce37bb70a2cada7021969a40978e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-aa,v 1.2 2004/11/23 17:07:35 wiz Exp $

--- Imakefile.orig	2004-05-01 16:45:28.000000000 +0200
+++ Imakefile
@@ -13,16 +13,16 @@ XCOMM price communication.
 
 DEFINES = -DSHAPE -DXQUOTE
 INCLUDES = -I$(INCROOT)/X11
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
 DEPLIBS = 
 
 SRCS =  about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \
 	opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c \
-	sessionXq.c status.c tape.c util.c view.c xquote.c xutil.c
+	sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c
 
 OBJS =  about.o color.o fileXq.o help.o optdetail.o option.o optnet.o \
 	opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o \
-	sessionXq.o status.o tape.o util.o view.o xquote.o xutil.o
+	sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o
 
-ComplexProgramTarget(Xquote)
+ComplexProgramTargetNoMan(Xquote)
 InstallAppDefaults(Xquote)