$OpenBSD: patch-gcc_ada_sysdep_c,v 1.1 2014/02/07 01:31:41 tobiasu Exp $
--- gcc/ada/sysdep.c.orig	Mon Jan 20 01:02:25 2014
+++ gcc/ada/sysdep.c	Mon Jan 20 01:02:58 2014
@@ -851,7 +851,7 @@ __gnat_localtime_tzoff (const time_t *timer, const int
    struct tm */
 
 #elif defined (__APPLE__) || defined (__FreeBSD__) || defined (linux) ||\
-     defined (__GLIBC__)
+     defined (__GLIBC__) || defined (__OpenBSD__)
 {
   localtime_r (timer, &tp);
   *off = tp.tm_gmtoff;
