Files
pkgsrc-ng/finance/xinvest/patches/patch-aa
2013-09-26 17:14:40 +02:00

21 lines
625 B
Plaintext

$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)