#1035 closed defect (fixed)
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 (1)
Change History (2)
Changed 21 years ago by simon@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 21 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Already solved.
This bug was solved by the latest update of libsdl_image;
Note: See
TracTickets for help on using
tickets.
Portfile diff