From b5b9c72ea9fc05600bfcab6569ce89ca2185d19d Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Thu, 2 Jun 2016 18:31:49 -0400 Subject: import more apertium files --- pcr/apertium/apertium-pt-ca/configure.ac.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pcr/apertium/apertium-pt-ca/configure.ac.patch (limited to 'pcr/apertium/apertium-pt-ca/configure.ac.patch') diff --git a/pcr/apertium/apertium-pt-ca/configure.ac.patch b/pcr/apertium/apertium-pt-ca/configure.ac.patch new file mode 100644 index 000000000..d0d0a65aa --- /dev/null +++ b/pcr/apertium/apertium-pt-ca/configure.ac.patch @@ -0,0 +1,19 @@ +--- ../apertium-pt-ca-0.8.1/configure.ac 2009-03-04 09:23:25.000000000 +0100 ++++ apertium-pt-ca-0.8.1/configure.ac 2010-09-21 16:33:40.230738778 +0200 +@@ -19,8 +19,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 ++ ]) + ]) + AC_SUBST(APERTIUM_VER) + ]) -- cgit v1.2.3-54-g00ecf