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.09.22.09.52.13; author dkazankov; state Exp; branches; next ; commitid jJLLWOlSIrNF3HbG; desc @@ 1.1 log @ada-xmlada-25: make it possible to run tests @ text @$NetBSD: patch-configure,v 1.1 2025/07/10 16:55:09 dkazankov Exp $ Fix project path --- tests/sax/sax_test.gpr.orig 2024-06-20 22:52:10.000000000 +0300 +++ tests/sax/sax_test.gpr @@@@ -1,5 +1,5 @@@@ with "../../xmlada_shared"; -with "xmlada_sax"; +with "../../sax/xmlada_sax"; project Sax_Test is for Main use ("testsax.adb", "teststate.adb"); for Object_Dir use "obj"; @