summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2008-06-11 12:17:14 +0000
committerVasil Dimov <vd@FreeBSD.org>2008-06-11 12:17:14 +0000
commitec223ef2f2ef8cc13e5232e79469a637bb51a86c (patch)
tree9ae5965ae8b5168abc39148f77e752e2b1211b1a /graphics/hugin
parent- Update to 2.2.2 (diff)
Change the bootstrap script so it works with the new gettextize.
Spotted by: marck@
Notes
Notes: svn path=/head/; revision=214647
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/files/patch-bootstrap13
1 files 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