aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2008-06-11 20:17:14 +0800
committervd <vd@FreeBSD.org>2008-06-11 20:17:14 +0800
commita752f44e2f7be8baaef0fcb6d9abab0f5e36a1c1 (patch)
tree7b00b560afd7b470d944cad5d0054807decfad94 /graphics
parent267a742a083ddd4aa99a9e6fad4e959a6d72a092 (diff)
downloadfreebsd-ports-gnome-a752f44e2f7be8baaef0fcb6d9abab0f5e36a1c1.tar.gz
freebsd-ports-gnome-a752f44e2f7be8baaef0fcb6d9abab0f5e36a1c1.tar.zst
freebsd-ports-gnome-a752f44e2f7be8baaef0fcb6d9abab0f5e36a1c1.zip
Change the bootstrap script so it works with the new gettextize.
Spotted by: marck@
Diffstat (limited to 'graphics')
-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