head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.07.03.38.57; author dkazankov; state Exp; branches; next ; commitid Fjs9a61Z4ozpHOIG; desc @@ 1.1 log @ada-xmlada26: add new package version 26.0.0 Some changes from version 25.2: * Check content of the base type to match complex type * Propagate simple type for validation of the content * Fix handling of the base complexType derived from simpleType * Update expected data for tests @ text @$NetBSD: patch-configure,v 1.1 2025/07/10 16:55:09 dkazankov Exp $ Fix cross compiling test --- configure.orig 2023-09-07 14:33:41.000000000 +0300 +++ configure @@@@ -1895,7 +1895,7 @@@@ end Lib; EOF - if test "x$host_alias" != "x$target_alias"; then + if test "x$host_alias" != "x$target_alias" && test "x" != "x$target_alias"; then $gprbuild --target=$target_alias -c -q -P$tmp/lib 2>/dev/null else $gprbuild -c -q -P$tmp/lib 2>/dev/null @