diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-12 22:06:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-12 22:06:16 +0000 |
commit | 04b712aeb74914717ce0ed5f2aec954ab9ff1929 (patch) | |
tree | 0fb2032e0c8847de44fa86360da6a0d6bbf4cadc /finance/xquote/patches | |
parent | cf52b6b4c05057ba641e14ab2d935f752b42c671 (diff) | |
download | pkgsrc-04b712aeb74914717ce0ed5f2aec954ab9ff1929.tar.gz |
No values.h for DragonFly and FreeBSD. Add rpath entry for /usr/pkg/lib,
since it doesn't picked up on DragonFly.
Diffstat (limited to 'finance/xquote/patches')
-rw-r--r-- | finance/xquote/patches/patch-aa | 13 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ab | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/finance/xquote/patches/patch-aa b/finance/xquote/patches/patch-aa new file mode 100644 index 00000000000..8a733b07676 --- /dev/null +++ b/finance/xquote/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2006/01/12 22:06:16 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/xquote/patches/patch-ab b/finance/xquote/patches/patch-ab new file mode 100644 index 00000000000..4ec4307cd7c --- /dev/null +++ b/finance/xquote/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2006/01/12 22:06:16 joerg Exp $ + +--- Imakefile.orig 2006-01-12 22:00:09.000000000 +0000 ++++ Imakefile +@@ -13,7 +13,7 @@ XCOMM price communication. + + DEFINES = -DSHAPE -DXQUOTE + INCLUDES = -I$(INCROOT)/X11 +-SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm ++SYS_LIBRARIES = -Wl,-R${PREFIX}/lib -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm + DEPLIBS = + + SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \ |