diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-03-25 04:19:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-03-25 04:19:37 +0000 |
commit | 55157df249e1676ab3590290015c84509811866d (patch) | |
tree | 82bf334a67d2a50757d959817bb18ad4d2df9910 /x11-clocks/asclock-xlib/files/patch-asclock.h | |
parent | Add cryptstring 0.2, crypto Strings for PHP. (diff) |
Try to unbreak on gcc41.
Picked by: pointyhat via kris
Diffstat (limited to '')
-rw-r--r-- | x11-clocks/asclock-xlib/files/patch-asclock.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-clocks/asclock-xlib/files/patch-asclock.h b/x11-clocks/asclock-xlib/files/patch-asclock.h new file mode 100644 index 000000000000..8f9688cc87b8 --- /dev/null +++ b/x11-clocks/asclock-xlib/files/patch-asclock.h @@ -0,0 +1,19 @@ +--- asclock.h.orig Sun Mar 25 12:58:29 2007 ++++ asclock.h Sun Mar 25 12:59:09 2007 +@@ -38,11 +38,11 @@ + #define INT_TYPE 0; + + /* the xpm data */ +-extern char *clock_xpm[]; +-extern char *month_xpm[]; +-extern char *weekday_xpm[]; +-extern char *led_xpm[]; +-extern char *date_xpm[]; ++static char *clock_xpm[]; ++static char *month_xpm[]; ++static char *weekday_xpm[]; ++static char *led_xpm[]; ++static char *date_xpm[]; + extern char *hour_xpm[]; + extern char *minute_xpm[]; + extern char *second_xpm[]; |