mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
12 lines
346 B
C
12 lines
346 B
C
--- config.h.in.orig 2017-05-09 05:22:02.000000000 +0200
|
|
+++ config.h.in 2018-04-08 23:58:00.107115000 +0200
|
|
@@ -397,6 +397,9 @@
|
|
/* Do we have zlib? */
|
|
#undef HAVE_ZLIB
|
|
|
|
+/* Does icaltimetype have is_utc field? */
|
|
+#undef ICALTIME_HAS_IS_UTC
|
|
+
|
|
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
|
#undef LT_OBJDIR
|
|
|