37115e2a1c
from brad (maintainer)
18 lines
490 B
Plaintext
18 lines
490 B
Plaintext
$OpenBSD: patch-finch_libgnt_gntwm_c,v 1.8 2011/03/06 14:13:20 steven Exp $
|
|
--- finch/libgnt/gntwm.c.orig Sat Jan 8 10:19:44 2011
|
|
+++ finch/libgnt/gntwm.c Wed Feb 23 20:51:51 2011
|
|
@@ -24,11 +24,10 @@
|
|
|
|
#ifdef USE_PYTHON
|
|
#include <Python.h>
|
|
-#else
|
|
+#endif
|
|
#define _GNU_SOURCE
|
|
-#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
|
+#if defined(__APPLE__) || defined(__unix__)
|
|
#define _XOPEN_SOURCE_EXTENDED
|
|
-#endif
|
|
#endif
|
|
|
|
#include <glib.h>
|