summaryrefslogtreecommitdiff
path: root/libre/abiword/libical-deprecated.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-12-14 20:36:51 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-12-14 20:36:51 +0100
commitad2f50c0b1982c205eb58ec8db6bc69653253fb8 (patch)
treea7c8a1e9a5af9a35beffa4abee145cc8d3645098 /libre/abiword/libical-deprecated.patch
parentd0499b107f3fffe8beaf48f360375aea05fae58f (diff)
downloadabslibre-ad2f50c0b1982c205eb58ec8db6bc69653253fb8.tar.gz
abslibre-ad2f50c0b1982c205eb58ec8db6bc69653253fb8.tar.bz2
abslibre-ad2f50c0b1982c205eb58ec8db6bc69653253fb8.zip
libre/abiword: fixed build and rebuilt with working gpg key
Diffstat (limited to 'libre/abiword/libical-deprecated.patch')
-rw-r--r--libre/abiword/libical-deprecated.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/abiword/libical-deprecated.patch b/libre/abiword/libical-deprecated.patch
new file mode 100644
index 000000000..9ca15bee1
--- /dev/null
+++ b/libre/abiword/libical-deprecated.patch
@@ -0,0 +1,13 @@
+--- abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp.orig 2015-04-02 03:09:20.000000000 +0000
++++ abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp 2017-11-19 22:57:49.533304878 +0000
+@@ -2269,8 +2269,8 @@
+ icalcomponent_set_uid( c, m_uid.c_str() );
+ icalcomponent_set_location( c, m_location.c_str() );
+ icalcomponent_set_description( c, m_desc.c_str() );
+- icalcomponent_set_dtstart( c, icaltime_from_timet( m_dtstart, 0 ) );
+- icalcomponent_set_dtend( c, icaltime_from_timet( m_dtend, 0 ) );
++ icalcomponent_set_dtstart( c, icaltime_from_timet_with_zone( m_dtstart, 0, 0 ) );
++ icalcomponent_set_dtend( c, icaltime_from_timet_with_zone( m_dtend, 0, 0 ) );
+
+ char* data = icalcomponent_as_ical_string( c );
+ std::ofstream oss( filename.c_str() );