diff options
Diffstat (limited to 'net-p2p/amule/files/amule-2.2.6-gcc45.patch')
-rw-r--r-- | net-p2p/amule/files/amule-2.2.6-gcc45.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-p2p/amule/files/amule-2.2.6-gcc45.patch b/net-p2p/amule/files/amule-2.2.6-gcc45.patch deleted file mode 100644 index e120ef23b76f..000000000000 --- a/net-p2p/amule/files/amule-2.2.6-gcc45.patch +++ /dev/null @@ -1,22 +0,0 @@ -# Subject: Fix FTBFS on gcc 4.5 (new in ubuntu natty) -# Origin: other, http://bugs.amule.org/view.php?id=1624 -# Bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/amule/+bug/685584 -# Forwarded: upstream claims it's in their current svn code -Index: amule-2.2.6+debian0/src/utils/wxCas/src/wxcasframe.cpp -=================================================================== ---- amule-2.2.6+debian0.orig/src/utils/wxCas/src/wxcasframe.cpp 2010-12-15 16:46:18.435693002 +0000 -+++ amule-2.2.6+debian0/src/utils/wxCas/src/wxcasframe.cpp 2010-12-15 16:47:07.151693001 +0000 -@@ -285,11 +285,11 @@ - #ifdef __WXMSW__ - - memdc. -- SetFont ( wxFont::wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) ); -+ SetFont ( wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) ); - #else - - memdc. -- SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); -+ SetFont ( wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); - #endif - - memdc. |