fix build after prototypes in time.h were placed behind appropriate defines.
suggested fix from kettenis@, noticed by and ok naddy@
This commit is contained in:
parent
2011e21537
commit
cafd23d129
12
x11/gentoo/patches/patch-src_gentoo_h
Normal file
12
x11/gentoo/patches/patch-src_gentoo_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_gentoo_h,v 1.1 2012/05/13 03:19:53 okan Exp $
|
||||
--- src/gentoo.h.orig Sat May 12 16:26:06 2012
|
||||
+++ src/gentoo.h Sat May 12 16:25:48 2012
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
-#if !(defined __osf__ && defined __alpha__) && !defined __NetBSD__ && !defined __FreeBSD__ && !defined __sgi
|
||||
+#if !(defined __osf__ && defined __alpha__) && !defined __NetBSD__ && !defined __FreeBSD__ && !defined __OpenBSD__ && !defined __sgi
|
||||
#if !defined __EXTENSIONS__
|
||||
#define __EXTENSIONS__
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user