]> git.pld-linux.org Git - packages/apertium-dict-es-gl.git/blame - apertium-dict-es-gl-apertium32.patch
- non-parallel install
[packages/apertium-dict-es-gl.git] / apertium-dict-es-gl-apertium32.patch
CommitLineData
917d8cf7
JB
1--- apertium-es-gl-1.0.8/configure.ac.orig 2015-12-29 21:06:45.492028563 +0100
2+++ apertium-es-gl-1.0.8/configure.ac 2015-12-29 21:08:16.675358070 +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(APERTIUM, apertium >= 3.3.0)
13+ APERTIUM_VER=3
14+ ])
15 ])
16 ])
9f1ebb84 17 ])
This page took 0.046717 seconds and 4 git commands to generate.