diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-08 17:17:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-08 17:17:41 +0000 |
commit | 415343cb215f09a4ba9a78ff5825a4274f721f96 (patch) | |
tree | d91a05114d561964156c9fac7aa1443289bd7776 /math/cassowary/patches | |
parent | 54a089907919373dda734eefeb75d4d43a29ce70 (diff) | |
download | pkgsrc-415343cb215f09a4ba9a78ff5825a4274f721f96.tar.gz |
<values.h> is no longer part of NetBSD.
Diffstat (limited to 'math/cassowary/patches')
-rw-r--r-- | math/cassowary/patches/patch-ab | 18 | ||||
-rw-r--r-- | math/cassowary/patches/patch-ac | 12 | ||||
-rw-r--r-- | math/cassowary/patches/patch-ad | 12 |
3 files changed, 38 insertions, 4 deletions
diff --git a/math/cassowary/patches/patch-ab b/math/cassowary/patches/patch-ab index 267d9593c79..2a09b1e8fd5 100644 --- a/math/cassowary/patches/patch-ab +++ b/math/cassowary/patches/patch-ab @@ -1,8 +1,18 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/08/24 14:24:27 agc Exp $ +$NetBSD: patch-ab,v 1.2 1999/09/08 17:17:42 hubertf Exp $ ---- c++/Cassowary.h 1999/08/23 15:31:16 1.1 -+++ c++/Cassowary.h 1999/08/23 15:31:24 -@@ -47,6 +47,11 @@ +--- c++/Cassowary.h.orig Mon Jul 12 05:13:14 1999 ++++ c++/Cassowary.h Wed Sep 8 17:58:26 1999 +@@ -22,7 +22,9 @@ + #endif + + #include "ClConstraintHash.h" ++#ifndef __NetBSD__ + #include <values.h> ++#endif + + #ifdef USE_GC + #include "../../gc/gc_cpp.h" +@@ -47,6 +49,11 @@ typedef double Number; typedef long FDNumber; diff --git a/math/cassowary/patches/patch-ac b/math/cassowary/patches/patch-ac new file mode 100644 index 00000000000..e53c1ee2160 --- /dev/null +++ b/math/cassowary/patches/patch-ac @@ -0,0 +1,12 @@ +--- c++/ClC.cc.orig Wed Sep 8 18:38:16 1999 ++++ c++/ClC.cc Wed Sep 8 18:38:36 1999 +@@ -17,7 +17,9 @@ + #include "Cl.h" + #include <strstream.h> + #include <stdio.h> ++#ifndef __NetBSD__ + #include <values.h> ++#endif + + #ifdef HAVE_CONFIG_H + #include <cassowary/config.h> diff --git a/math/cassowary/patches/patch-ad b/math/cassowary/patches/patch-ad new file mode 100644 index 00000000000..6370925bec5 --- /dev/null +++ b/math/cassowary/patches/patch-ad @@ -0,0 +1,12 @@ +--- c++/ClC.h.orig Wed Sep 8 18:46:40 1999 ++++ c++/ClC.h Wed Sep 8 18:46:50 1999 +@@ -23,7 +23,9 @@ + #endif + + #include <stdio.h> ++#ifndef __NetBSD__ + #include <values.h> ++#endif + + + #define boolean int |