diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-10 18:48:34 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-10 18:48:34 +0000 |
commit | d40f083b565c1b688919df8e29639ebc4fdb8cda (patch) | |
tree | 49dc07391ece7dc4fccb80a750effde6baffcd36 /x11-plugins/asclock/files | |
parent | Added ~ppc wrt bug 150688 (diff) | |
download | gentoo-2-d40f083b565c1b688919df8e29639ebc4fdb8cda.tar.gz gentoo-2-d40f083b565c1b688919df8e29639ebc4fdb8cda.tar.bz2 gentoo-2-d40f083b565c1b688919df8e29639ebc4fdb8cda.zip |
Modular X + gcc-4.1 fixes.
(Portage version: 2.1.2_pre2-r6)
Diffstat (limited to 'x11-plugins/asclock/files')
-rw-r--r-- | x11-plugins/asclock/files/asclock-gcc41.patch | 44 | ||||
-rw-r--r-- | x11-plugins/asclock/files/digest-asclock-2.0.12 | 2 | ||||
-rw-r--r-- | x11-plugins/asclock/files/digest-asclock-2.0.12-r1 | 3 |
3 files changed, 49 insertions, 0 deletions
diff --git a/x11-plugins/asclock/files/asclock-gcc41.patch b/x11-plugins/asclock/files/asclock-gcc41.patch new file mode 100644 index 000000000000..5a5291219ee5 --- /dev/null +++ b/x11-plugins/asclock/files/asclock-gcc41.patch @@ -0,0 +1,44 @@ +diff -ur asclock-2.0.12-orig/asclock.h asclock-2.0.12/asclock.h +--- asclock-2.0.12-orig/asclock.h 2006-06-03 15:31:58.000000000 -0400 ++++ asclock-2.0.12/asclock.h 2006-06-03 15:35:51.000000000 -0400 +@@ -38,15 +38,15 @@ + #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[]; +-extern char *hour_xpm[]; +-extern char *minute_xpm[]; +-extern char *second_xpm[]; +-extern char *beats_xpm[]; ++static char *clock_xpm[]; ++static char *month_xpm[]; ++static char *weekday_xpm[]; ++static char *led_xpm[]; ++static char *date_xpm[]; ++static char *hour_xpm[]; ++static char *minute_xpm[]; ++static char *second_xpm[]; ++static char *beats_xpm[]; + + /* the filenames */ + extern char clock_xpm_fn[MAX_PATH_LEN]; +diff -ur asclock-2.0.12-orig/themes/classic/beats.xpm asclock-2.0.12/themes/classic/beats.xpm +--- asclock-2.0.12-orig/themes/classic/beats.xpm 2006-06-03 15:31:58.000000000 -0400 ++++ asclock-2.0.12/themes/classic/beats.xpm 2006-06-03 15:37:04.000000000 -0400 +@@ -1 +1 @@ +-char *beats_xpm[] = { NULL }; ++static char *beats_xpm[] = { NULL }; +diff -ur asclock-2.0.12-orig/themes/classic/led.xpm asclock-2.0.12/themes/classic/led.xpm +--- asclock-2.0.12-orig/themes/classic/led.xpm 2006-06-03 15:31:58.000000000 -0400 ++++ asclock-2.0.12/themes/classic/led.xpm 2006-06-03 15:36:53.000000000 -0400 +@@ -1,5 +1,5 @@ + /* XPM */ +-char * led_xpm[] = { ++static char * led_xpm[] = { + "135 11 3 1", + " c #282828", + "O c #00df00", diff --git a/x11-plugins/asclock/files/digest-asclock-2.0.12 b/x11-plugins/asclock/files/digest-asclock-2.0.12 index e3c7be5c5b9c..23ba1be22b1d 100644 --- a/x11-plugins/asclock/files/digest-asclock-2.0.12 +++ b/x11-plugins/asclock/files/digest-asclock-2.0.12 @@ -1 +1,3 @@ MD5 99cb6491358bb0044e9b75b2e06b043b asclock-2.0.12.tar.gz 111858 +RMD160 c3673329c5bcf5be097abb770e861502e20f77ca asclock-2.0.12.tar.gz 111858 +SHA256 70df9bd991bc707c0fdf76ea1acbeff5924e9ae0b0704feb46afa591030704e6 asclock-2.0.12.tar.gz 111858 diff --git a/x11-plugins/asclock/files/digest-asclock-2.0.12-r1 b/x11-plugins/asclock/files/digest-asclock-2.0.12-r1 new file mode 100644 index 000000000000..23ba1be22b1d --- /dev/null +++ b/x11-plugins/asclock/files/digest-asclock-2.0.12-r1 @@ -0,0 +1,3 @@ +MD5 99cb6491358bb0044e9b75b2e06b043b asclock-2.0.12.tar.gz 111858 +RMD160 c3673329c5bcf5be097abb770e861502e20f77ca asclock-2.0.12.tar.gz 111858 +SHA256 70df9bd991bc707c0fdf76ea1acbeff5924e9ae0b0704feb46afa591030704e6 asclock-2.0.12.tar.gz 111858 |