Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159507 - media-libs/devil-1.6.7-r1 - wrong path in il_wrap.h
Summary: media-libs/devil-1.6.7-r1 - wrong path in il_wrap.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-30 13:05 UTC by k0wax
Modified: 2006-12-30 23:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description k0wax 2006-12-30 13:05:56 UTC
--- /usr/include/IL/il_wrap.h.orig      2006-12-30 23:56:33.000000000 +0300
+++ /usr/include/IL/il_wrap.h   2006-12-30 23:54:54.000000000 +0300
@@ -3,7 +3,7 @@

 /*#include <il/il.h>
 #include <il/ilu.h>*/
-#include <il/ilut.h>  // Probably only have to #include this one
+#include <IL/ilut.h>  // Probably only have to #include this one

 #ifdef _MSC_VER
        #ifndef _IL_WRAP_BUILD_LIB
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2006-12-30 23:41:41 UTC
In-line patches are a pain.  Next time, please attach it.

I fixed it in the ebuild so you can resync/remerge it to get the fix.

Thanks for the bug report.