1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/misc/pybliographer/files/patch-configure
Tilman Keskinoz 5a63a4d02a Unbreak by updating to 1.0.11
Based on:

PR:		50577
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-04-06 20:32:16 +00:00

12 lines
345 B
Plaintext

--- 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