diff options
Diffstat (limited to 'graphics/xart/patches/patch-ak')
-rw-r--r-- | graphics/xart/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xart/patches/patch-ak b/graphics/xart/patches/patch-ak new file mode 100644 index 00000000000..6f5fa5b2ba6 --- /dev/null +++ b/graphics/xart/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2006/08/09 17:13:58 darcy Exp $ + +--- xpaint.h.orig 1998-04-13 00:27:17.000000000 -0400 ++++ xpaint.h +@@ -45,8 +45,6 @@ + #define NULL 0 + #endif /* AIXV3 */ + +-extern int nib; +- + extern struct Global_s { + struct { + void *image; |