diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2011-02-27 06:29:20 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2011-02-27 06:29:20 +0000 |
commit | e8ba85663facaebfbee2230e27c315b2e48e8d2a (patch) | |
tree | d8a941c8a3abf03e28bfce37098f515e015cbe66 /graphics/libpano13/files/patch-bootstrap | |
parent | Sheesh. The errors "f77" and "uname" were never even documented. Add (diff) |
Fix compilation of graphics/libpano13 with libtool 2.4
Spotted by: linimon@
Notes
Notes:
svn path=/head/; revision=269867
Diffstat (limited to 'graphics/libpano13/files/patch-bootstrap')
-rw-r--r-- | graphics/libpano13/files/patch-bootstrap | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/libpano13/files/patch-bootstrap b/graphics/libpano13/files/patch-bootstrap index d109130572cf..93e5ed196f08 100644 --- a/graphics/libpano13/files/patch-bootstrap +++ b/graphics/libpano13/files/patch-bootstrap @@ -1,5 +1,14 @@ ---- bootstrap.orig 2006-09-07 21:19:28.000000000 +0300 -+++ bootstrap 2007-10-05 19:29:22.000000000 +0300 +--- bootstrap.orig 2009-02-01 19:35:46.000000000 +0200 ++++ bootstrap 2011-02-27 08:26:52.000000000 +0200 +@@ -23,7 +23,7 @@ + libtool_version=`$LIBTOOLIZE --version | sed 's/.*) \([0-9.][0-9.]*\).*/\1/'` + # echo libtool version: $libtool_version + case $libtool_version in +- 1.4*|1.5*|2.0*|2.2*) ++ 1.4*|1.5*|[2-9]*) + have_libtool=true + ;; + esac @@ -96,27 +96,3 @@ $AUTOMAKE --add-missing --copy || exit $? |