mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix compilation of graphics/libpano13 with libtool 2.4
Spotted by: linimon@
This commit is contained in:
parent
7b36c962d5
commit
e8ba85663f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269867
@ -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 $?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user