summaryrefslogtreecommitdiffstats
path: root/net-im/libpurple/files/patch-finch_libgnt_gntwm.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-31 03:34:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-31 03:34:34 +0800
commitad289c021c3929c0c9d187a004630e73df4f0b66 (patch)
tree35684e7f6ff950ab6cc222d14ea99f5fcd9da937 /net-im/libpurple/files/patch-finch_libgnt_gntwm.c
parent2d3fada00907ac2cac8b4392c7f33418c025b5c3 (diff)
downloadmarcuscom-ports-ad289c021c3929c0c9d187a004630e73df4f0b66.tar
marcuscom-ports-ad289c021c3929c0c9d187a004630e73df4f0b66.tar.gz
marcuscom-ports-ad289c021c3929c0c9d187a004630e73df4f0b66.tar.bz2
marcuscom-ports-ad289c021c3929c0c9d187a004630e73df4f0b66.tar.lz
marcuscom-ports-ad289c021c3929c0c9d187a004630e73df4f0b66.tar.xz
marcuscom-ports-ad289c021c3929c0c9d187a004630e73df4f0b66.tar.zst
marcuscom-ports-ad289c021c3929c0c9d187a004630e73df4f0b66.zip
Disable evolution support since Pidgin still depends on CORBA-based Evo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/libpurple/files/patch-finch_libgnt_gntwm.c')
-rw-r--r--net-im/libpurple/files/patch-finch_libgnt_gntwm.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c b/net-im/libpurple/files/patch-finch_libgnt_gntwm.c
new file mode 100644
index 000000000..b4cd06b4b
--- /dev/null
+++ b/net-im/libpurple/files/patch-finch_libgnt_gntwm.c
@@ -0,0 +1,15 @@
+--- finch/libgnt/gntwm.c.orig 2008-03-08 13:10:52.000000000 -0500
++++ finch/libgnt/gntwm.c 2008-03-08 13:13:56.000000000 -0500
+@@ -24,6 +24,12 @@
+
+ #ifdef USE_PYTHON
+ #include <Python.h>
++#ifdef __FreeBSD__
++#include <sys/param.h>
++#if (__FreeBSD_version <= 700032 && __FreeBSD_version >= 700000) || __FreeBSD_version <= 602106
++#undef _XOPEN_SOURCE_EXTENDED
++#endif
++#endif
+ #else
+ #define _GNU_SOURCE
+ #if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)