summaryrefslogtreecommitdiff
path: root/net-im/libpurple/files/patch-finch_libgnt_gntwm.c
blob: 9788cf084bd110e98b041b9c70b1c65cf7551762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- finch/libgnt/gntwm.c.orig	2007-08-16 02:19:22.000000000 -0400
+++ finch/libgnt/gntwm.c	2007-08-16 02:19:38.000000000 -0400
@@ -21,7 +21,7 @@
  */
 
 #define _GNU_SOURCE
-#if defined(__APPLE__) || defined(__unix__)
+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
 #define _XOPEN_SOURCE_EXTENDED
 #endif