Ticket #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
Change History
Changed 10 years ago by simon@…
- Attachment Portfile.diff added
Note: See
TracTickets for help on using
tickets.


Portfile diff