diff options
author | 2005-07-25 21:22:32 +0000 | |
---|---|---|
committer | 2005-07-25 21:22:32 +0000 | |
commit | 6dcaedaf79e7041c70cb2dfe7240e4dc29c8187d (patch) | |
tree | f8e39653c26efbd04776feb7582ed52381365c72 /net-p2p/mldonkey/files | |
parent | Added back Jikes support. (diff) | |
download | gentoo-2-6dcaedaf79e7041c70cb2dfe7240e4dc29c8187d.tar.gz gentoo-2-6dcaedaf79e7041c70cb2dfe7240e4dc29c8187d.tar.bz2 gentoo-2-6dcaedaf79e7041c70cb2dfe7240e4dc29c8187d.zip |
Fixed compile problems with enabled ekg2, thanks Marcin Kryczek <aye@gentoo.pl> in bug #100120
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/mldonkey/files')
-rw-r--r-- | net-p2p/mldonkey/files/mldonkey-2.6.0-gtk2-gentoo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/mldonkey/files/mldonkey-2.6.0-gtk2-gentoo.patch b/net-p2p/mldonkey/files/mldonkey-2.6.0-gtk2-gentoo.patch new file mode 100644 index 000000000000..d7a1521d95aa --- /dev/null +++ b/net-p2p/mldonkey/files/mldonkey-2.6.0-gtk2-gentoo.patch @@ -0,0 +1,10 @@ +--- src/gtk2/chat/chat_art.ml.orig 2005-07-25 15:56:52.000000000 +0200 ++++ src/gtk2/chat/chat_art.ml 2005-07-25 15:57:33.000000000 +0200 +@@ -22,6 +22,7 @@ + (* Icons ressources of mlchat *) + (* *) + (**********************************************************************************) ++open CommonGlobals + + let table = [ + "icon_settings", (Menu_settings_svg.t, ""); |