pkgsrc/finance/xinvest/patches/patch-ab
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

13 lines
340 B
Text

$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