diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-11 21:40:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-11 21:40:57 +0000 |
commit | e9314a7671673b342eb678ac77310b9cd89153ef (patch) | |
tree | 2492344f247445406a41fa453a7f176d6ef19f1b /eclass/ELT-patches | |
parent | x86 stable, bug #171297 (diff) | |
download | historical-e9314a7671673b342eb678ac77310b9cd89153ef.tar.gz historical-e9314a7671673b342eb678ac77310b9cd89153ef.tar.bz2 historical-e9314a7671673b342eb678ac77310b9cd89153ef.zip |
also patch in the comment that we grep for in libtool.eclass to avoid trying to apply the patch twice and fail like in bug #253213; other patches might need this too
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r-- | eclass/ELT-patches/fbsd-conf/1.5.20b | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/ELT-patches/fbsd-conf/1.5.20b b/eclass/ELT-patches/fbsd-conf/1.5.20b index 6f90659a39cf..0659b1c3cb5f 100644 --- a/eclass/ELT-patches/fbsd-conf/1.5.20b +++ b/eclass/ELT-patches/fbsd-conf/1.5.20b @@ -2,11 +2,12 @@ Index: tiff-3.8.2/configure =================================================================== --- tiff-3.8.2.orig/configure +++ tiff-3.8.2/configure -@@ -8199,7 +8199,13 @@ freebsd* | dragonfly*) +@@ -8199,7 +8199,14 @@ freebsd* | dragonfly*) *) objformat=elf ;; esac fi - version_type=freebsd-$objformat ++ # Handle Gentoo/FreeBSD as it was Linux + case $host_vendor in + gentoo) + version_type=linux ;; |