Opened 19 years ago

Closed 19 years ago

#4807 closed defect (fixed)

plotutils is not configured to use png

Reported by: bugzilla@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

graphics/plotutils has a dependency on libpng but configure does not find the png header and library, resulting in a plotutils build without png support.

A solution is to add

configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"

to the Portfile.

Change History (1)

comment:1 Changed 19 years ago by yeled@…

Resolution: fixed
Status: newclosed

I've committed this, thanks.

Note: See TracTickets for help on using tickets.