openbsd-ports/net/amule/patches/patch-src_amuleDlg_cpp
fgsch b573f93bdb aMule is a peer to peer file sharing client, based on the well known eMule.
feedback and ok from jolan@ and pedro@; testing in sparc* and ppc would
be nice.
2005-06-07 17:24:49 +00:00

15 lines
393 B
Plaintext

$OpenBSD: patch-src_amuleDlg_cpp,v 1.1.1.1 2005/06/07 17:24:49 fgsch Exp $
--- src/amuleDlg.cpp.orig Sun Jun 5 15:53:03 2005
+++ src/amuleDlg.cpp Sun Jun 5 15:55:58 2005
@@ -169,7 +169,10 @@ CamuleDlg::CamuleDlg(wxWindow* pParent,
return;
}
+#ifndef __amd64__
+ /* This makes the app coredump later in amd64.. wxWidgets? */
SetIcon(wxICON(aMule));
+#endif
srand(time(NULL));