]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 May 2004 11:35:08 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa-libtool_hack.patch -> 1.2

balsa-libtool_hack.patch [deleted file]

diff --git a/balsa-libtool_hack.patch b/balsa-libtool_hack.patch
deleted file mode 100644 (file)
index 0b054a5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- balsa-2.0.4/autogen.sh.wiget       Fri Jan  3 17:45:20 2003
-+++ balsa-2.0.4/autogen.sh     Sat Jan  4 11:40:20 2003
-@@ -14,15 +14,6 @@
-     exit 1
- }
--if libtool --version >/dev/null 2>&1; then
--    vers=`libtool --version | sed -e "s/^[^0-9]*//" -e "s/ .*$//" | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
--    if test "$vers" -ge 1003003; then
--        true
--    else
--        echo "Please upgrade your libtool to version 1.3.3 or better." 1>&2
--        exit 1
--    fi
--fi
- ifs_save="$IFS"; IFS=":"
- for dir in $PATH ; do
This page took 0.04316 seconds and 4 git commands to generate.