# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/fxscintilla/hotfix-fox17.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- fxscintilla-2.28.0/configure.vanilla 2026-04-19 01:53:03.255126358 +0300 +++ fxscintilla-2.28.0/configure 2026-04-19 01:53:54.216319711 +0300 @@ -15043,12 +15043,12 @@ pkg_cv_FOX_CFLAGS="$FOX_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fox >= 1.7\""; } >&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fox17 >= 1.7\""; } >&5 - ($PKG_CONFIG --exists --print-errors "fox >= 1.7") 2>&5 + ($PKG_CONFIG --exists --print-errors "fox17 >= 1.7") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_FOX_CFLAGS=`$PKG_CONFIG --cflags "fox >= 1.7" 2>/dev/null` + pkg_cv_FOX_CFLAGS=`$PKG_CONFIG --cflags "fox17 >= 1.7" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -15060,12 +15060,12 @@ pkg_cv_FOX_LIBS="$FOX_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fox >= 1.7\""; } >&5 - ($PKG_CONFIG --exists --print-errors "fox >= 1.7") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fox17 >= 1.7\""; } >&5 + ($PKG_CONFIG --exists --print-errors "fox17 >= 1.7") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_FOX_LIBS=`$PKG_CONFIG --libs "fox >= 1.7" 2>/dev/null` + pkg_cv_FOX_LIBS=`$PKG_CONFIG --libs "fox17 >= 1.7" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -15086,9 +15086,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - FOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fox >= 1.7" 2>&1` + FOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fox17 >= 1.7" 2>&1` else - FOX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fox >= 1.7" 2>&1` + FOX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fox17 >= 1.7" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$FOX_PKG_ERRORS" >&5