summaryrefslogtreecommitdiff
path: root/pcr/apertium/apertium-oc-ca/configure.ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/apertium/apertium-oc-ca/configure.ac.patch')
-rw-r--r--pcr/apertium/apertium-oc-ca/configure.ac.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/pcr/apertium/apertium-oc-ca/configure.ac.patch b/pcr/apertium/apertium-oc-ca/configure.ac.patch
deleted file mode 100644
index 54847cb1b..000000000
--- a/pcr/apertium/apertium-oc-ca/configure.ac.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- ../apertium-oc-ca-1.0.5/configure.ac 2008-07-21 13:02:56.000000000 +0200
-+++ apertium-oc-ca-1.0.5/configure.ac 2010-09-15 16:41:22.000000000 +0200
-@@ -11,7 +11,7 @@
- AC_PROG_AWK
- AC_CONFIG_HEADER([config])
-
--AC_DEFUN(PKG_CHECK_APERTIUM, [
-+AC_DEFUN([PKG_CHECK_APERTIUM], [
- APERTIUM_VER=0
- PKG_CHECK_MODULES(APERTIUM, apertium-1.0 >= 1.0.0,
- [
-@@ -23,8 +23,20 @@
- APERTIUM_VER=20
- ],
- [
-- PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0)
-- APERTIUM_VER=30
-+ PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0,
-+ [
-+ APERTIUM_VER=30
-+ ],
-+ [
-+ 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
-+ ])
-+ ])
- ])
- ])
- AC_SUBST(APERTIUM_VER)