diff options
Diffstat (limited to 'misc/pybliographer/files/patch-configure')
-rw-r--r-- | misc/pybliographer/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/pybliographer/files/patch-configure b/misc/pybliographer/files/patch-configure new file mode 100644 index 000000000000..a993e6e0587b --- /dev/null +++ b/misc/pybliographer/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Apr 6 21:29:36 2003 ++++ configure Sun Apr 6 21:30:43 2003 +@@ -4316,7 +4316,7 @@ + + version=`${RECODE} --version | head -n 1 | cut -f 3 -d' '` + +-if test ${version} != "3.5" ; then ++if test ${version} >= "3.5" ; then + { echo "configure: error: Please check that your version of GNU Recode is 3.5" 1>&2; exit 1; } + fi + |