From ec223ef2f2ef8cc13e5232e79469a637bb51a86c Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Wed, 11 Jun 2008 12:17:14 +0000 Subject: Change the bootstrap script so it works with the new gettextize. Spotted by: marck@ --- graphics/hugin/files/patch-bootstrap | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/graphics/hugin/files/patch-bootstrap b/graphics/hugin/files/patch-bootstrap index e4530a9cd060..c4b5b99e833f 100644 --- a/graphics/hugin/files/patch-bootstrap +++ b/graphics/hugin/files/patch-bootstrap @@ -1,5 +1,14 @@ ---- bootstrap.orig 2008-01-07 22:06:02.000000000 +0200 -+++ bootstrap 2008-01-07 22:05:35.000000000 +0200 +--- bootstrap.orig 2006-12-17 23:13:03.000000000 +0200 ++++ bootstrap 2008-06-11 12:14:34.000000000 +0300 +@@ -42,7 +42,7 @@ + gettextize_version=`$GETTEXTIZE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'` + # echo gettextize version: $gettextize_version + case $gettextize_version in +- 0.11*|0.12*|0.13*|0.14*|0.15*|0.16*) ++ 0.1[1-9]*|0.[2-9]*|[1-9].*) + have_gettextize=true + ;; + esac @@ -79,7 +79,7 @@ automake_version=`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'` # echo automake version: $automake_version -- cgit v1.2.3