[MacPorts] #22423: radlib doesn't use MacPorts libraries
Ryan Schmidt
ryandesign at macports.org
Tue Nov 10 16:34:35 PST 2009
On Nov 9, 2009, at 22:32, Thomas de Grivel wrote:
> 2009/11/10 M. Brooks Clark <brooks at clarksonline.net>:
>> Any suggestions for how I can get it to look for the libs in /opt/
>> local/lib
>> before it finds the ones in /usr/lib?
>
> Would adding something like this be sufficient ?
>
> configure.cflags-append -I${prefix}/include
MacPorts already puts -I${prefix}/include into cppflags. The above
would only be useful for software that doesn't respect cppflags.
> configure.ldflags-append -L${prefix}/lib
MacPorts already sets this. Perhaps the software ignores ldflags.
More information about the macports-dev
mailing list