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/dom/conformance/conformance.gpr.orig 2024-06-20 22:52:10.000000000 +0300 +++ tests/dom/conformance/conformance.gpr @@@@ -1,6 +1,6 @@@@ with "../../../xmlada_shared"; -with "xmlada_dom"; +with "../../../dom/xmlada_dom"; project Conformance is for Main use ("dom_conformance"); @