summaryrefslogtreecommitdiff
path: root/math/pspp/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'math/pspp/patches/patch-an')
-rw-r--r--math/pspp/patches/patch-an12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/pspp/patches/patch-an b/math/pspp/patches/patch-an
new file mode 100644
index 00000000000..7e500d36d29
--- /dev/null
+++ b/math/pspp/patches/patch-an
@@ -0,0 +1,12 @@
+$NetBSD: patch-an,v 1.1 2003/07/29 13:21:57 jmmv Exp $
+
+--- src/output.h.orig 2000-01-03 04:32:06.000000000 +0100
++++ src/output.h
+@@ -28,6 +28,7 @@ struct rect
+ int x1, y1; /* Upper left. */
+ int x2, y2; /* Lower right, not part of the rectangle. */
+ };
++typedef struct rect rect;
+
+ #if __GNUC__ > 1 && defined(__OPTIMIZE__)
+ extern inline int width (rect r) __attribute__ ((const));