summaryrefslogtreecommitdiff
path: root/graphics/giram/patches
diff options
context:
space:
mode:
authorobache <obache>2008-08-10 04:42:52 +0000
committerobache <obache>2008-08-10 04:42:52 +0000
commit2b647478fa781593d0ecbdeea233bad842f6ff68 (patch)
treed079deafc558379655f5c94507f87ee9b6c76e0b /graphics/giram/patches
parentaf22c1111361b97a176ee656aaccc8fed2d29eae (diff)
downloadpkgsrc-2b647478fa781593d0ecbdeea233bad842f6ff68.tar.gz
Remove DiscWithHoleFlag definition in header file.
It is only used internally and occured extern v.s. static build failure.
Diffstat (limited to 'graphics/giram/patches')
-rw-r--r--graphics/giram/patches/patch-ah14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/giram/patches/patch-ah b/graphics/giram/patches/patch-ah
new file mode 100644
index 00000000000..e9cfa1ae4c1
--- /dev/null
+++ b/graphics/giram/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.3 2008/08/10 04:42:52 obache Exp $
+
+--- src/tools/tool_disc.h.orig 2002-05-01 12:33:37.000000000 +0000
++++ src/tools/tool_disc.h
+@@ -22,9 +22,6 @@
+
+ #include "tools.h"
+
+-/* Global options for the disc tool */
+-extern int DiscWithHoleFlag;
+-
+ GiramTool *giram_tool_disc_register(void);
+
+ #endif /* __TOOL_DISC_H__ */