diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-06 20:32:16 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-06 20:32:16 +0000 |
commit | 5a63a4d02a7d343667e558f7761848170f1893bf (patch) | |
tree | 88bffef0a4114da6ba41223574d905ae5a0d8753 /misc/pybliographer/files | |
parent | Update to 1.2.1. (diff) |
Unbreak by updating to 1.0.11
Based on:
PR: 50577
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'misc/pybliographer/files')
-rw-r--r-- | misc/pybliographer/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | misc/pybliographer/files/patch-configure | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/misc/pybliographer/files/patch-Makefile.in b/misc/pybliographer/files/patch-Makefile.in deleted file mode 100644 index 0bc3135f5317..000000000000 --- a/misc/pybliographer/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Nov 21 18:24:52 2000 -+++ Makefile.in Wed Dec 6 14:36:40 2000 -@@ -112,7 +112,7 @@ - POFILES = @POFILES@ - POSUB = @POSUB@ - PY_EXTRAS = @PY_EXTRAS@ --Python = @Python@ -+python = @Python@ - RANLIB = @RANLIB@ - RECODEINC = @RECODEINC@ - RECODELIB = @RECODELIB@ 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 + |