# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by scripts/Create-CopyPatch. # # T2 SDE: package/*/libical/hotfix.patch.cross # Copyright (C) 2021 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- libical-3.0.10/src/libical-glib/CMakeLists.txt.vanilla 2021-07-20 18:08:31.970417802 +0200 +++ libical-3.0.10/src/libical-glib/CMakeLists.txt 2021-07-20 18:08:51.356418803 +0200 @@ -78,8 +78,8 @@ CACHE FILEPATH "Path to exported ical-glib-src-generator target from native build" ) - include(${IMPORT_ICAL_GLIB_SRC_GENERATOR}) - set(ical-glib-src-generator_EXE native-ical-glib-src-generator) + #include(${IMPORT_ICAL_GLIB_SRC_GENERATOR}) + #set(ical-glib-src-generator_EXE native-ical-glib-src-generator) else() set(ical-glib-src-generator_EXE ical-glib-src-generator) endif()