--- a/libpurple/internal.h Thu Apr 03 13:45:32 2014 +0200 +++ b/libpurple/internal.h Thu Apr 03 16:02:37 2014 +0200 @@ -49,6 +49,9 @@ */ #ifdef ENABLE_NLS # include <locale.h> +# ifndef __APPLE_CC__ +# define __APPLE_CC__ 0 +# endif # include <libintl.h> # undef printf # define _(String) ((const char *)dgettext(PACKAGE, String))