diff options
author | 2017-10-10 17:38:43 +0200 | |
---|---|---|
committer | 2020-03-12 08:35:47 +0100 | |
commit | 71158123fe7bf653625ac1f5dea1a941786663c0 (patch) | |
tree | 19b338643bb2e96392b64f5d40c5dac16640dad6 /eltpatch.in | |
parent | Use explicit tool vars instead of aliases (diff) | |
download | elt-patches-71158123fe7bf653625ac1f5dea1a941786663c0.tar.gz elt-patches-71158123fe7bf653625ac1f5dea1a941786663c0.tar.bz2 elt-patches-71158123fe7bf653625ac1f5dea1a941786663c0.zip |
add lt-2.4.6 winnt patches for use with parity-2
If a package does not have libtool-2.4.6 there is no guarantee things
will work, and the package should use eautoreconf instead.
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'eltpatch.in')
-rw-r--r-- | eltpatch.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eltpatch.in b/eltpatch.in index d8c847b..6b69216 100644 --- a/eltpatch.in +++ b/eltpatch.in @@ -179,6 +179,7 @@ elibtoolize() { *-hpux*) elt_patches+=" hpux-conf deplibs hc-flag-ld hardcode hardcode-relink relink-prog no-lc" ;; *-irix*) elt_patches+=" irix-ltmain" ;; *-mint*) elt_patches+=" mint-conf" ;; + *-winnt*) elt_patches+=" winnt-conf winnt-ltmain" ;; esac if ${LD} --version 2>&1 | grep -qs 'GNU gold'; then @@ -371,7 +372,7 @@ elibtoolize() { ret=$? fi ;; - aixrtl|hpux-conf) + aixrtl|hpux-conf|winnt-conf) ret=1 local subret=0 # apply multiple patches as often as they match |