diff options
Diffstat (limited to 'graphics/plplot/patches/patch-ab')
-rw-r--r-- | graphics/plplot/patches/patch-ab | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/graphics/plplot/patches/patch-ab b/graphics/plplot/patches/patch-ab index a66d503923e..abd3f96606f 100644 --- a/graphics/plplot/patches/patch-ab +++ b/graphics/plplot/patches/patch-ab @@ -1,18 +1,22 @@ -$NetBSD: patch-ab,v 1.2 2001/02/26 21:42:16 jtb Exp $ +$NetBSD: patch-ab,v 1.3 2001/02/26 22:22:50 jtb Exp $ --- include/plplot.h.orig Fri Feb 9 21:57:38 2001 +++ include/plplot.h -@@ -81,6 +81,9 @@ - #endif - #endif +@@ -75,11 +75,8 @@ + * + \*--------------------------------------------------------------------------*/ +-#ifdef unix /* the old way */ +-#ifndef __unix +-#define __unix +-#endif +-#endif +#include <sys/types.h> +#include <sys/param.h> -+ + /* Make sure Unix systems define "__unix" */ - #if defined(SX) || /* NEC Super-UX */ \ -@@ -89,7 +92,8 @@ +@@ -89,7 +86,8 @@ defined(sun) || /* SUN */ \ defined(CRAY) || /* Cray */ \ defined(__convexc__) || /* CONVEX */ \ |