From c80b5076e85f289a58ed761a445fc99aef16ceea Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 13 Aug 2007 18:16:14 +0000 Subject: clarify some more on the rationale behind svn path=/prefix-overlay/; revision=268 --- eclass/gnustep-base.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass index 3f05026..98dba1d 100644 --- a/eclass/gnustep-base.eclass +++ b/eclass/gnustep-base.eclass @@ -42,8 +42,10 @@ gnustep-base_src_unpack() { cd "${S}" if [[ -f ./GNUmakefile ]] ; then - # kill stupid includes that are simply overdone or useless on normal - # Gentoo, but (may) cause major headaches on Prefixed Gentoo + # Kill stupid includes that are simply overdone or useless on normal + # Gentoo, but (may) cause major headaches on Prefixed Gentoo. If this + # only removes a part of a path it's good that it bails out, as we want + # to know when they use some direct include. ebegin "Cleaning paths from GNUmakefile" sed -i \ -e 's|-I/usr/X11R6/include||g' \ -- cgit v1.2.3-65-gdbad