]> git.pld-linux.org Git - packages/apertium-dict-es-gl.git/blob - apertium-dict-es-gl-apertium32.patch
- new
[packages/apertium-dict-es-gl.git] / apertium-dict-es-gl-apertium32.patch
1 --- apertium-es-gl-1.0.7/configure.ac.orig      2009-03-11 22:22:18.000000000 +0100
2 +++ apertium-es-gl-1.0.7/configure.ac   2010-12-29 18:28:56.518118583 +0100
3 @@ -29,9 +29,15 @@
4                APERTIUM_VER=30
5            ],
6            [
7 -              PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0)
8 +              PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0,
9 +             [
10                APERTIUM_VER=31
11 -          ])
12 +             ],
13 +             [
14 +                     PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
15 +                     APERTIUM_VER=32
16 +             ])
17 +         ])
18        ])
19    ])
20    AC_SUBST(APERTIUM_VER)
This page took 0.067648 seconds and 3 git commands to generate.