diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-22 01:38:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-22 01:38:35 +0000 |
commit | ceee61c6156f781923ccdb3869c27fda0f8f21bc (patch) | |
tree | a34509180234fd88674076aca347f0758bf6d07d /devel/libical/files | |
parent | be79612c61825ec5dc47b7f226e9519110ab6c06 (diff) |
Notes
Diffstat (limited to 'devel/libical/files')
-rw-r--r-- | devel/libical/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libical/files/patch-configure b/devel/libical/files/patch-configure new file mode 100644 index 000000000000..3d836c06bc3b --- /dev/null +++ b/devel/libical/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-04-13 19:05:37.000000000 -0400 ++++ configure 2009-04-13 19:05:00.000000000 -0400 +@@ -20096,7 +20096,7 @@ case "$host" in + use_builtin_timezone=yes + os_win32=yes + ;; +-*linux*) ++*linux*|*freebsd*) + use_builtin_timezone=no + os_win32=no + ;; |