Details: - Major features, bug fixes and build system changes in 59.0.0 and 60.0.0, see https://mkvtoolnix.download/doc/NEWS.md , a.o: - QT5 is now required for the non-gui version as well, subsequently the QT5 OPTION has been renamed to GUI. - Since QT5 support on FreeBSD 11 is limited, this will no longer build on FreeBSD 11 and is marked BROKEN.
19 lines
575 B
Plaintext
19 lines
575 B
Plaintext
--- configure.orig 2021-07-31 12:27:46 UTC
|
|
+++ configure
|
|
@@ -8969,14 +8969,10 @@ fi
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fmt" >&5
|
|
printf "%s\n" "$ac_cv_fmt" >&6; }
|
|
|
|
-if test x"$ac_cv_fmt" = xyes; then
|
|
- FMT_INTERNAL=no
|
|
-else
|
|
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5
|
|
printf "%s\n" "$as_me: Using the internal version of fmt" >&6;}
|
|
FMT_INTERNAL=yes
|
|
ac_cv_fmt_v8=yes
|
|
-fi
|
|
|
|
if test $ac_cv_fmt_v8 = yes; then
|
|
|