Patch from OpenBSD Ports to fix finch build on OpenBSD

Fri, 21 Oct 2011 14:36:06 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Fri, 21 Oct 2011 14:36:06 +0000
changeset 32040
d4345b8d4763
parent 32039
a217bdda7c4b
child 32052
e87b03963040
child 32689
cee84677f3c9

Patch from OpenBSD Ports to fix finch build on OpenBSD

finch/libgnt/gntwm.c file | annotate | diff | comparison | revisions
--- a/finch/libgnt/gntwm.c	Thu Aug 18 08:46:31 2011 +0000
+++ b/finch/libgnt/gntwm.c	Fri Oct 21 14:36:06 2011 +0000
@@ -32,7 +32,7 @@
 #define _GNU_SOURCE
 #endif
 
-#if !defined _XOPEN_SOURCE_EXTENDED && (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
+#if !defined _XOPEN_SOURCE_EXTENDED && (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
 #define _XOPEN_SOURCE_EXTENDED
 #endif
 

mercurial