pidgin/purple-plugin-pack

Quick and dirty hack to hopefully compile on BSD.
org.guifications.plugins
2009-02-18, rekkanoryo
7ae407c57921
Parents f67ec84c87a6
Children 104414851e1b
Quick and dirty hack to hopefully compile on BSD.
--- a/autoprofile/utility_rfc822.c Sat Feb 14 05:20:34 2009 -0500
+++ b/autoprofile/utility_rfc822.c Wed Feb 18 07:46:23 2009 -0500
@@ -159,8 +159,10 @@
result = mktime(&parsed_datetime);
+#ifndef __BSD_VISIBLE
if (rfc_parse_was_gmt ())
result -= timezone;
+#endif
return result;
}