summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-01-11 21:40:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-01-11 21:40:57 +0000
commitb7794967cdbbd378fc77ad980a8af4fbb0906ac2 (patch)
tree15675fddb74175f6809dda5a6db1de5cc04fe56f /eclass/ELT-patches
parentx86 stable, bug #171297 (diff)
downloadgentoo-2-b7794967cdbbd378fc77ad980a8af4fbb0906ac2.tar.gz
gentoo-2-b7794967cdbbd378fc77ad980a8af4fbb0906ac2.tar.bz2
gentoo-2-b7794967cdbbd378fc77ad980a8af4fbb0906ac2.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.20b3
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 ;;