]> git.pld-linux.org Git - packages/apertium-dict-fr-ca.git/blob - apertium-dict-fr-ca-apertium32.patch
- non-parallel install
[packages/apertium-dict-fr-ca.git] / apertium-dict-fr-ca-apertium32.patch
1 --- apertium-fr-ca-1.0.3/configure.ac.orig      2015-12-29 21:19:52.855328855 +0100
2 +++ apertium-fr-ca-1.0.3/configure.ac   2015-12-29 21:22:56.165321162 +0100
3 @@ -32,8 +32,12 @@
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(APERTIUM, apertium >= 3.3.0)
13 +                   APERTIUM_VER=3])
14                ])
15            ])
16        ])
This page took 0.059528 seconds and 3 git commands to generate.