diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-09-19 01:51:40 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-09-19 01:51:40 +0000 |
commit | ee1b32766789abcc042a5aa53cdbe7e7c28e47e4 (patch) | |
tree | 7511c21687b57b1a9fcefa1d1a7eb938361c7121 /x11-plugins/wmtz/files | |
parent | Package "app-sci/staden-emboss" was removed from Portage. (diff) | |
download | gentoo-2-ee1b32766789abcc042a5aa53cdbe7e7c28e47e4.tar.gz gentoo-2-ee1b32766789abcc042a5aa53cdbe7e7c28e47e4.tar.bz2 gentoo-2-ee1b32766789abcc042a5aa53cdbe7e7c28e47e4.zip |
closing bug #64556, thanks Magnade
Diffstat (limited to 'x11-plugins/wmtz/files')
-rw-r--r-- | x11-plugins/wmtz/files/wmtz-0.7-gcc34.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-plugins/wmtz/files/wmtz-0.7-gcc34.patch b/x11-plugins/wmtz/files/wmtz-0.7-gcc34.patch new file mode 100644 index 000000000000..2eeb153626a0 --- /dev/null +++ b/x11-plugins/wmtz/files/wmtz-0.7-gcc34.patch @@ -0,0 +1,18 @@ +--- wmtz-0.7/wmtz/wmtz.c.old 2004-09-18 11:52:09.487481335 -0700 ++++ wmtz-0.7/wmtz/wmtz.c 2004-09-18 11:52:45.805696921 -0700 +@@ -478,6 +478,7 @@ + but_stat = -1; + break; + default: ++ break; + } + } + +@@ -528,6 +529,7 @@ + exit(0); + break; + default: ++ break; + } + return; + } |