openbsd-ports/textproc/libical/patches/patch-configure

18 lines
411 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2012/09/21 13:17:46 jasper Exp $
Don't use built-in timezone, but the system one.
--- configure.orig Tue Dec 13 18:08:34 2011
+++ configure Fri Mar 23 12:42:47 2012
@@ -15760,6 +15760,10 @@ case "$host" in
use_builtin_timezone=no
os_win32=no
;;
+*openbsd*)
+ use_builtin_timezone=no
+ os_win32=no
+ ;;
*)
use_builtin_timezone=yes
os_win32=no