head 1.1; access; symbols; locks; strict; comment @; @; 1.1 date 2026.07.06.14.51.55; author wiz; state Exp; branches; next ; commitid on2rne98oukruBMG; desc @@ 1.1 log @ocaml-lablgtk3: fix build with ocaml-dune 3.24.0 using patches from upstream merge ticket @ text @$NetBSD$ ocaml-dune-3.24 compat https://github.com/garrigue/lablgtk/pull/195 --- tools/introspection/propcc.ml.orig 2024-06-10 03:22:38.000000000 +0000 +++ tools/introspection/propcc.ml @@@@ -557,7 +557,7 @@@@ let process_file f = let ooutfile = ref "" let process_file f = - let base = Filename.chop_extension f in + let base = Filename.chop_extension (Filename.basename f) in let baseM = String.capitalize_ascii base in (* Input *) @