summaryrefslogtreecommitdiff
path: root/graphics/xart/patches
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2006-08-09 17:13:58 +0000
committerdarcy <darcy@pkgsrc.org>2006-08-09 17:13:58 +0000
commitd73d8f89cc70d8ac5b0ec0891f2c13757b43dd0a (patch)
treeede75fda217a01afde87358e36cb338e7947f269 /graphics/xart/patches
parent438d2d9c25fb7555b2f2589a68f13be74d850d6d (diff)
downloadpkgsrc-d73d8f89cc70d8ac5b0ec0891f2c13757b43dd0a.tar.gz
Fix include file so that it doesn't conflict with code. Variable 'nib' that
was declared external is only used in one place and is declared static in that file (quill0p.c).
Diffstat (limited to 'graphics/xart/patches')
-rw-r--r--graphics/xart/patches/patch-ak13
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;