File: 0003-Fix-compilation-with-camomile-2.0.0.patch

package info (click to toggle)
ocaml-gettext 0.5.0%2Breally0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,052 kB
  • sloc: ml: 4,390; ansic: 155; makefile: 146
file content (21 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Stephane Glondu <steph@glondu.net>
Date: Sun, 8 Oct 2023 09:59:57 +0200
Subject: Fix compilation with camomile 2.0.0

---
 src/lib/gettext-camomile/gettextCamomile.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/gettext-camomile/gettextCamomile.ml b/src/lib/gettext-camomile/gettextCamomile.ml
index b0caa83..6b7f543 100644
--- a/src/lib/gettext-camomile/gettextCamomile.ml
+++ b/src/lib/gettext-camomile/gettextCamomile.ml
@@ -20,7 +20,7 @@
 (*  USA                                                                   *)
 (**************************************************************************)
 
-open CamomileLibraryDefault.Camomile
+open Camomile
 open GettextTypes
 
 (** Error reported when something goes wrong during Camomile initialization.