summaryrefslogtreecommitdiff
path: root/finance/xinvest/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-12 21:46:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-12 21:46:13 +0000
commit3cd3838719c7be7b59b0a8220388ee65378a08cd (patch)
treee771b9ab717199cae83bb6e36ee3bc6bc1e4ac41 /finance/xinvest/patches
parentd53d9d471aca4c6845b59aebda596ca864bc3442 (diff)
downloadpkgsrc-3cd3838719c7be7b59b0a8220388ee65378a08cd.tar.gz
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.
Diffstat (limited to 'finance/xinvest/patches')
-rw-r--r--finance/xinvest/patches/patch-aa13
-rw-r--r--finance/xinvest/patches/patch-ab13
-rw-r--r--finance/xinvest/patches/patch-ac13
3 files changed, 37 insertions, 2 deletions
diff --git a/finance/xinvest/patches/patch-aa b/finance/xinvest/patches/patch-aa
index d717f339971..f909636a946 100644
--- a/finance/xinvest/patches/patch-aa
+++ b/finance/xinvest/patches/patch-aa
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2004/11/23 17:21:54 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2006/01/12 21:46:13 joerg Exp $
---- Imakefile.orig 2004-05-01 20:57:42.000000000 +0200
+--- 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
diff --git a/finance/xinvest/patches/patch-ab b/finance/xinvest/patches/patch-ab
new file mode 100644
index 00000000000..2d595147128
--- /dev/null
+++ b/finance/xinvest/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/01/12 21:46:13 joerg Exp $
+
+--- color.c.orig 2006-01-12 21:24:54.000000000 +0000
++++ color.c
+@@ -34,7 +34,7 @@ static char id[] = "$Header: /pack/anonc
+
+ #include <stdio.h>
+
+-#if !defined(__NetBSD__)
++#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
+ #include <values.h>
+ #endif
+
diff --git a/finance/xinvest/patches/patch-ac b/finance/xinvest/patches/patch-ac
new file mode 100644
index 00000000000..3aea74db115
--- /dev/null
+++ b/finance/xinvest/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2006/01/12 21:46:13 joerg Exp $
+
+--- portfolio.c.orig 2006-01-12 21:35:18.000000000 +0000
++++ portfolio.c
+@@ -36,7 +36,7 @@
+ #include <string.h>
+ #include <math.h>
+
+-#if !defined(NeXT) && !defined(__NetBSD__)
++#if !defined(NeXT) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
+ #include <values.h>
+ #endif
+