openbsd-ports/net/pidgin/patches/patch-finch_libgnt_gntwm_c
merdely e692aa37ef Update to pidgin-2.2.1
From brad@
"just commit it" steven@
2007-10-01 22:03:29 +00:00

13 lines
385 B
Plaintext

$OpenBSD: patch-finch_libgnt_gntwm_c,v 1.3 2007/10/01 22:03:29 merdely Exp $
--- finch/libgnt/gntwm.c.orig Tue Jul 31 18:31:26 2007
+++ finch/libgnt/gntwm.c Tue Jul 31 18:31:58 2007
@@ -21,7 +21,7 @@
*/
#define _GNU_SOURCE
-#if defined(__APPLE__) || defined(__unix__)
+#if defined(__APPLE__) || defined(__unix__) && !defined(__OpenBSD__)
#define _XOPEN_SOURCE_EXTENDED
#endif