adium.1-4: e6091a5e: Patch from tomkiewicz fixing logging in ...

thijsalkemade at gmail.com thijsalkemade at gmail.com
Fri Oct 14 06:00:42 EDT 2011


----------------------------------------------------------------------
Revision: e6091a5e70af187752dd370da0f20481ba18783e
Parent:   39242a87d1a7299236b5bd8500fd5251bafa19e1
Author:   thijsalkemade at gmail.com
Date:     10/14/11 05:59:26
Branch:   im.pidgin.adium.1-4
URL: http://d.pidgin.im/viewmtn/revision/info/e6091a5e70af187752dd370da0f20481ba18783e

Changelog: 

Patch from tomkiewicz fixing logging in to GG on PPC.

Changes against parent 39242a87d1a7299236b5bd8500fd5251bafa19e1

  patched  libpurple/protocols/gg/lib/libgadu.h

-------------- next part --------------
============================================================
--- libpurple/protocols/gg/lib/libgadu.h	7cf6563262949ccbe810f4999d549eff7bf9c95e
+++ libpurple/protocols/gg/lib/libgadu.h	ec222c34cb1bac83a0d1abe213a8d31e8cb31c59
@@ -49,6 +49,10 @@ extern "C" {
 /* Defined if libgadu was compiled for bigendian machine. */
 #undef GG_CONFIG_BIGENDIAN
 
+#ifdef __ppc__ 
+# define GG_CONFIG_BIGENDIAN 
+#endif 
+
 /* Defined if this machine has gethostbyname_r(). */
 #undef GG_CONFIG_HAVE_GETHOSTBYNAME_R
 


More information about the Commits mailing list