pkgsrc/finance/xinvest/patches/patch-aa
joerg 3cd3838719 No values.h on DragonFly and FreeBSD. Add explicit rpath for
/usr/pkg/lib, for some reason it doesn't get picked up on DragonFly
by default.
2006-01-12 21:46:13 +00:00

20 lines
625 B
Text

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