summarylogtreecommitdiffstats
path: root/configure.ac.patch
diff options
context:
space:
mode:
authorKevin Brubeck Unhammer2015-07-14 10:23:01 +0200
committerKevin Brubeck Unhammer2015-07-14 10:23:01 +0200
commitad5a01b74ac0a51f3651f7dbc62e7b002081849b (patch)
treed03d1d7892074aaa0f49bf14c86b17bdb2d5d855 /configure.ac.patch
downloadaur-ad5a01b74ac0a51f3651f7dbc62e7b002081849b.tar.gz
Initial import
Diffstat (limited to 'configure.ac.patch')
-rw-r--r--configure.ac.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/configure.ac.patch b/configure.ac.patch
new file mode 100644
index 000000000000..8c8eace773f6
--- /dev/null
+++ b/configure.ac.patch
@@ -0,0 +1,19 @@
+--- ../apertium-eu-es-0.3.1/configure.ac 2009-04-23 22:40:45.000000000 +0200
++++ apertium-eu-es-0.3.1/configure.ac 2010-09-21 16:11:38.740738737 +0200
+@@ -27,8 +27,14 @@
+ APERTIUM_VER=30
+ ],
+ [
+- PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0)
+- APERTIUM_VER=31
++ PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0,
++ [
++ APERTIUM_VER=31
++ ],
++ [
++ PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
++ APERTIUM_VER=32
++ ])
+ ])
+ ])
+ ])