Bug 3135 - imlib ebuild fails with gcc-3.1
Bug#: 3135 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: mkennedy@gentoo.org Reported By: lostlogic@gentoo.org
Component: GCC Porting
URL: 
Summary: imlib ebuild fails with gcc-3.1
Keywords:  
Status Whiteboard: 
Opened: 2002-05-28 19:49 0000
Description:   Opened: 2002-05-28 19:49 0000
the imlib-1.9.14 ebuild fails under gcc-3.1 apparently due to the new handling
of crappity include file ordering... adding --includedir="" to the configure
line in the ebuild fixes the problem.

------- Comment #1 From Brandon Low (RETIRED) 2002-05-28 22:37:57 0000 -------
it has been pointed out to me by Rufiao Valhacouto <rufiao@gmx.net> who this
bug doesn't like that the make line also needs includedir=${D}/usr/include in
order for this to not suck.

------- Comment #2 From Rufiao Valhacouto 2002-05-28 22:57:23 0000 -------
it's also needed to set includedir=${D}/usr/include in the make line of the
src_install() function to prevent the header files to install in /

------- Comment #3 From Matthew Kennedy (RETIRED) 2002-05-28 23:27:01 0000 -------
fixed in portage -- thanks for this nice catch!