summaryrefslogtreecommitdiff
path: root/time/asclock-gtk/patches
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-30 20:38:06 +0000
committerrillig <rillig>2007-11-30 20:38:06 +0000
commit7f3e1f26ed57adb00e3b9bf185646de7fe92f134 (patch)
tree19e0b57f5660cd84bcb4ecd98d5a332f96afe067 /time/asclock-gtk/patches
parent9f604bf94df460a73f078ea241191b195e87a4bc (diff)
downloadpkgsrc-7f3e1f26ed57adb00e3b9bf185646de7fe92f134.tar.gz
Fixed "static after extern".
Diffstat (limited to 'time/asclock-gtk/patches')
-rw-r--r--time/asclock-gtk/patches/patch-ab24
1 files changed, 24 insertions, 0 deletions
diff --git a/time/asclock-gtk/patches/patch-ab b/time/asclock-gtk/patches/patch-ab
new file mode 100644
index 00000000000..1427f042fc5
--- /dev/null
+++ b/time/asclock-gtk/patches/patch-ab
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.1 2007/11/30 20:38:06 rillig Exp $
+
+The image data is not used anywhere.
+
+--- asclock.h.orig 1999-03-26 06:49:34.000000000 +0000
++++ asclock.h 2007-11-30 20:36:03.000000000 +0000
+@@ -75,17 +75,6 @@ extern gint visual_depth;
+ GdkVisual *visual;
+ GdkColormap *cmap;
+
+-/* the xpm data */
+-extern char *clock_xpm[];
+-extern char *month_xpm[];
+-extern char *weekday_xpm[];
+-extern char *led_xpm[];
+-extern char *beats_xpm[];
+-extern char *date_xpm[];
+-extern char *hour_xpm[];
+-extern char *minute_xpm[];
+-extern char *second_xpm[];
+-
+ /* the filenames */
+ extern char clock_xpm_fn[MAX_PATH_LEN];
+ extern char month_xpm_fn[MAX_PATH_LEN];