ports/devel/libical/files/patch-configure
Joe Marcus Clarke ceee61c615 * Add a hack to make libical on FreeBSD work like libical on Linux. This
is known to fix a crash in Evolution.
* Switch maintainer to gnome.

Approved by:	Joe Kelsey (previous maintainer)
2009-04-22 01:38:35 +00:00

11 lines
285 B
Text

--- 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
;;