head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.15.20.04.57; author dkazankov; state Exp; branches; next ; commitid dJKTVt9G9Cy2IHeG; desc @@ 1.1 log @gcc13-gnat: migrate to new bootstrap, some patch and option changes * Move conditional NetBSD specific patches to SUBST framework. * Default math now use inplace option. * GCC's inplace graphite changed to distribution downloading variant. * NetBSD builds migrated to the new bootstrap compiler. Other platforms uses old build with gcc10-aux package which still doesn't work. @ text @$NetBSD: patch-isl_configure,v 1.1 2023/05/03 20:03:09 wiz Exp $ Fix unportable test(1) operator. --- isl/configure.orig 2021-04-26 09:13:19.000000000 +0000 +++ isl/configure @@@@ -20657,7 +20657,7 @@@@ else HAVE_CXX11_FALSE= fi - if test "x$with_int" == "ximath-32"; then + if test "x$with_int" = "ximath-32"; then SMALL_INT_OPT_TRUE= SMALL_INT_OPT_FALSE='#' else @@@@ -20665,7 +20665,7 @@@@ else SMALL_INT_OPT_FALSE= fi -if test "x$with_int" == "ximath-32"; then : +if test "x$with_int" = "ximath-32"; then : $as_echo "#define USE_SMALL_INT_OPT /**/" >>confdefs.h @