diff options
author | vd <vd@FreeBSD.org> | 2011-02-27 14:29:20 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2011-02-27 14:29:20 +0800 |
commit | f9a172a577a1845cd2b01070f5253147bc0bb19b (patch) | |
tree | f4c3277749f4b2d83205f38873cfddc2fb38d7cf | |
parent | 05683695bceccc9f0cd5bdba3a583a68e77fa256 (diff) | |
download | freebsd-ports-gnome-f9a172a577a1845cd2b01070f5253147bc0bb19b.tar.gz freebsd-ports-gnome-f9a172a577a1845cd2b01070f5253147bc0bb19b.tar.zst freebsd-ports-gnome-f9a172a577a1845cd2b01070f5253147bc0bb19b.zip |
Fix compilation of graphics/libpano13 with libtool 2.4
Spotted by: linimon@
-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 $? |