f4eef20fd2
with wantlib reordering by brad
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
$OpenBSD: patch-finch_libgnt_gntmain_c,v 1.4 2007/12/09 10:56:31 steven Exp $
|
|
--- finch/libgnt/gntmain.c.orig Fri Dec 7 15:37:00 2007
|
|
+++ finch/libgnt/gntmain.c Sat Dec 8 21:04:07 2007
|
|
@@ -21,7 +21,7 @@
|
|
*/
|
|
|
|
#define _GNU_SOURCE
|
|
-#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
|
|
+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
|
#define _XOPEN_SOURCE_EXTENDED
|
|
#endif
|
|
|