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/schema/multiple_xsd/default.gpr.orig 2024-06-20 22:52:10.000000000 +0300 +++ tests/schema/multiple_xsd/default.gpr @@@@ -1,4 +1,7 @@@@ -with "xmlada"; +with "../../../xmlada_shared"; +with "../../../sax/xmlada_sax"; +with "../../../schema/xmlada_schema"; +with "../../../input_sources/xmlada_input"; project Default is for Main use ("validate.adb"); package Binder is @