]> git.pld-linux.org Git - packages/apertium-dict-en-gl.git/blob - apertium-dict-en-gl-apertium32.patch
- non-parallel install
[packages/apertium-dict-en-gl.git] / apertium-dict-en-gl-apertium32.patch
1 --- apertium-en-gl-0.5.2/configure.ac.orig      2015-12-28 22:11:23.528825016 +0100
2 +++ apertium-en-gl-0.5.2/configure.ac   2015-12-28 22:12:35.832155314 +0100
3 @@ -32,8 +32,13 @@
4                    APERTIUM_VER=31
5                ],
6                [
7 -                  PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
8 +                  PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0,
9 +                  [
10                    APERTIUM_VER=32
11 +                 ],
12 +                  [PKG_CHECK_MODULES(APERTIUN, apertium >= 3.3.0)
13 +                   APERTIUM_VER=3
14 +                  ])
15                ])
16            ])
17        ])
This page took 0.111731 seconds and 3 git commands to generate.