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-gl/configure.ac.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pcr/apertium/apertium-pt-gl/configure.ac.patch (limited to 'pcr/apertium/apertium-pt-gl/configure.ac.patch') diff --git a/pcr/apertium/apertium-pt-gl/configure.ac.patch b/pcr/apertium/apertium-pt-gl/configure.ac.patch new file mode 100644 index 000000000..29df734c4 --- /dev/null +++ b/pcr/apertium/apertium-pt-gl/configure.ac.patch @@ -0,0 +1,19 @@ +--- ../apertium-pt-gl-0.9.1/configure.ac 2009-03-03 20:36:40.000000000 +0100 ++++ apertium-pt-gl-0.9.1/configure.ac 2010-09-21 16:37:31.294072111 +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-2-g168b