fca8be156d
feedback/ok brad@ (maintainer), tested/ok merdely@ on similar diff
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
$OpenBSD: patch-finch_libgnt_gntwm_c,v 1.5 2008/03/24 08:23:22 steven Exp $
|
|
--- finch/libgnt/gntwm.c.orig Fri Feb 29 13:09:19 2008
|
|
+++ finch/libgnt/gntwm.c Sat Mar 22 10:28:39 2008
|
|
@@ -26,7 +26,7 @@
|
|
#include <Python.h>
|
|
#else
|
|
#define _GNU_SOURCE
|
|
-#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
|
|
+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
|
#define _XOPEN_SOURCE_EXTENDED
|
|
#endif
|
|
#endif
|