diff options
Diffstat (limited to 'graphics/Mesa/patches/patch-ab')
-rw-r--r-- | graphics/Mesa/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/Mesa/patches/patch-ab b/graphics/Mesa/patches/patch-ab new file mode 100644 index 00000000000..b4aee9ade4c --- /dev/null +++ b/graphics/Mesa/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.7 2000/09/21 14:40:11 tron Exp $ + +--- src/fog.c.orig Thu Sep 21 15:31:16 2000 ++++ src/fog.c Thu Sep 21 15:31:47 2000 +@@ -43,6 +43,9 @@ + #include "types.h" + #include "xform.h" + #endif ++#ifdef __NetBSD__ ++#include <float.h> ++#endif + + + |