summaryrefslogtreecommitdiff
path: root/finance/xinvest/patches/patch-aa
blob: f909636a94678b1ec3193f07a3592090adf3e0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.3 2006/01/12 21:46:13 joerg Exp $

--- Imakefile.orig	2004-05-01 18:57:42.000000000 +0000
+++ Imakefile
@@ -15,7 +15,7 @@ XCOMM
 
 DEFINES = -DSHAPE
 INCLUDES = -I$(INCROOT)/X11
-SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
+SYS_LIBRARIES = -Wl,-R${PREFIX}/lib -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
 DEPLIBS = 
 
 SRCS =	account.c askuser.c calendar.c color.c drawing.c \
@@ -29,5 +29,5 @@ OBJS =	account.o askuser.o calendar.o co
 	status.o tooltips.o trans.o util.o xinvest.o xutil.o
 
 
-ComplexProgramTarget(Xinvest)
+ComplexProgramTargetNoMan(Xinvest)
 InstallAppDefaults(Xinvest)