New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #1035 (closed defect: fixed)

Opened 10 years ago

Last modified 9 years ago

graphics/libsdl_image can't find jpeg headers so won't install

Reported by: simon@… Owned by: leimy@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

libsdl_image will not install due to the fact that it can't find the necessary jpeg include files. Adding the following seems to make it work:

configure.env LDFLAGS=-L${prefix}/lib \

CPPFLAGS=-I${prefix}/include

So I've created a patch to do just that.

Attachments

Portfile.diff (538 bytes) - added by simon@… 10 years ago.
Portfile diff

Change History

Changed 10 years ago by simon@…

Portfile diff

comment:1 Changed 10 years ago by mww@…

  • Status changed from new to closed
  • Resolution set to fixed

Already solved.

This bug was solved by the latest update of libsdl_image;

Note: See TracTickets for help on using tickets.