summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2011-11-10 12:11:15 +0000
committerNaohiro Aota <naota@gentoo.org>2011-11-10 12:11:15 +0000
commitf2626d97329f40f9c63e519c8ea79fdff010abde (patch)
tree33eef0cb3b7301b3a0025d8323c009545f0be9dd /eclass/ELT-patches
parentFix pyxml patch (diff)
downloadgentoo-2-f2626d97329f40f9c63e519c8ea79fdff010abde.tar.gz
gentoo-2-f2626d97329f40f9c63e519c8ea79fdff010abde.tar.bz2
gentoo-2-f2626d97329f40f9c63e519c8ea79fdff010abde.zip
Add patch applied detection comment
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r--eclass/ELT-patches/fbsd-conf/00broken-libglade3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/ELT-patches/fbsd-conf/00broken-libglade b/eclass/ELT-patches/fbsd-conf/00broken-libglade
index d2298be5c049..df3c4384c445 100644
--- a/eclass/ELT-patches/fbsd-conf/00broken-libglade
+++ b/eclass/ELT-patches/fbsd-conf/00broken-libglade
@@ -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 ;;