Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 25097
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Lourdes Jones <isharra@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 25097 depends on: Show dependency tree
Bug 25097 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-07-22 22:38 0000
Attempting to emerge DirectFB 0.9.18 emerges libmpeg3 (files are placed 
into /usr/include/libmpeg3) but the configuration script for DirectFB does not 
find the header files and fails to compile in libmpeg support.

Exporting CPPFLAGS=-I/usr/include/libmpeg3 should care of the problem.

Temporary fix was to copy DirectFB-0.9.18.ebuild to /usr/local/portage/dev-
libs/DirectFB and change:
  src_compile() {
    econf \
to
  src_compile() {
    CPPFLAGS=-I/usr/include/libmpeg3 \
    econf \

Not sure how proper a fix this is. :)



Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Patrick Kursawe 2003-08-05 05:03:30 0000 -------
0.9.19-r1 should fix this - the quick and dirty way. Looks like the program
authors actually recommend setting CPPFLAGS instead of providing a better
configure script.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug