[91311] trunk/dports/net/mosh/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Mar 29 06:29:35 PDT 2012
On Mar 29, 2012, at 01:36, dports at macports.org wrote:
> Revision: 91311
> https://trac.macports.org/changeset/91311
> Author: dports at macports.org
> Date: 2012-03-28 23:36:37 -0700 (Wed, 28 Mar 2012)
> Log Message:
> -----------
> mosh: maintainer update to v1.1.2; add Leopard support (#33810)
>
> Modified Paths:
> --------------
> trunk/dports/net/mosh/Portfile
>
> +platform darwin 9 {
> + depends_build-append port:poll-emulator
> + configure.args-append poll_CFLAGS="-I${prefix}" poll_LIBS="-L${prefix} -lpoll"
> +}
I am surprised by these -I and -L arguments. There aren't any headers or libraries directly in ${prefix}. Typically we see arguments like -I${prefix}/include and -L${prefix}/lib; in fact, MacPorts already sets these in ${configure.cppflags} and ${configure.ldflags}, respectively.
More information about the macports-dev
mailing list