pkgsrc/graphics/giram/patches/patch-ah
obache 1e63f82b1e Remove DiscWithHoleFlag definition in header file.
It is only used internally and occured extern v.s. static build failure.
2008-08-10 04:42:52 +00:00

14 lines
341 B
Text

$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__ */