diff options
author | obache <obache@pkgsrc.org> | 2008-08-10 04:42:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-10 04:42:52 +0000 |
commit | 3992d4055609a05c01fbc18032284a4aef54aed7 (patch) | |
tree | d079deafc558379655f5c94507f87ee9b6c76e0b /graphics/giram | |
parent | cddb36b3f5961dcda725139008b4991d30d5b988 (diff) | |
download | pkgsrc-3992d4055609a05c01fbc18032284a4aef54aed7.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')
-rw-r--r-- | graphics/giram/distinfo | 3 | ||||
-rw-r--r-- | graphics/giram/patches/patch-ah | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/giram/distinfo b/graphics/giram/distinfo index ca5922badc9..6f01af48512 100644 --- a/graphics/giram/distinfo +++ b/graphics/giram/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2006/05/28 15:52:37 joerg Exp $ +$NetBSD: distinfo,v 1.10 2008/08/10 04:42:52 obache Exp $ SHA1 (giram-0.3.5.tar.gz) = f8ecdd1a954315cb9e1356af3b8a3b20fb9f9b41 RMD160 (giram-0.3.5.tar.gz) = 4535ff962ceb68f774e2d8b3176dac9dd9eceed1 @@ -10,3 +10,4 @@ SHA1 (patch-ad) = c161a8cebc9536626e28bc79155a0ab43ff3aee1 SHA1 (patch-ae) = e07c9e06010f7af087f3cc3987ec34a6c15012d2 SHA1 (patch-af) = f8e67e83c416af1f611503590fca2def1ce14ec2 SHA1 (patch-ag) = a5787a1574a9a5143b00d4f96e58476e2130f097 +SHA1 (patch-ah) = 98a37d4de223d13403501edaefc69696f9629e18 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__ */ |