From b7794967cdbbd378fc77ad980a8af4fbb0906ac2 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 11 Jan 2009 21:40:57 +0000 Subject: 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 --- eclass/ELT-patches/fbsd-conf/1.5.20b | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/ELT-patches') 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 ;; -- cgit v1.2.3-65-gdbad