diff options
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 1 | ||||
-rw-r--r-- | databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltime.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 673caa079..169625b14 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution-data-server PORTVERSION= 0.0.97 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 diff --git a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltime.c b/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltime.c new file mode 100644 index 000000000..ea585bb2b --- /dev/null +++ b/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltime.c @@ -0,0 +1,11 @@ +--- calendar/libical/src/libical/icaltime.c.orig Wed Aug 11 16:37:41 2004 ++++ calendar/libical/src/libical/icaltime.c Wed Aug 11 16:38:01 2004 +@@ -334,7 +334,7 @@ + if(tzstr!=0){ + putenv(tzstr); + } else { +- putenv("TZ"); /* Delete from environment */ ++ unsetenv("TZ"); /* Delete from environment */ + } + + /* Free any previous TZ environment string we have used. */ |