[113783] trunk/dports/science/uhd/Portfile

Michael Dickens michaelld at macports.org
Sat Nov 23 19:44:12 PST 2013


On Sat, Nov 23, 2013, at 02:59 PM, Ryan Schmidt wrote:
> On Nov 23, 2013, at 10:44, michaelld at macports.org wrote:
> > +# set PKG_CONFIG_PATH to find libusb PC file
> > +
> > +configure.env-append PKG_CONFIG_PATH=${prefix}/lib/pkgconfig
> > +
> 
> That’s needed? But that’s the default isn’t it?

As it turns out: No, it is not the default. According to
portconfigure.tcl:163, the default is {}.  I thought it was the default,
too. That said, I should actually be setting:
{{{
configure.pkg_config_path ${prefix}/lib/pkgconfig
}}}
instead of what I did. - MLD


More information about the macports-dev mailing list