[46735] trunk/dports/devel
Ryan Schmidt
ryandesign at macports.org
Wed Feb 11 08:59:24 PST 2009
On Feb 11, 2009, at 08:22, snc at macports.org wrote:
> +configure.args-append ../${distname} \
> + -DCMAKE_INSTALL_PREFIX=${prefix} \
> + -DCMAKE_OSX_SYSROOT=${sysroot}
Are these lines necessary?
The cmake portgroup already has
-DCMAKE_INSTALL_PREFIX=${prefix}
in configure.pre_args and
-DCMAKE_OSX_SYSROOT=${universal_sysroot}
in configure.args. I believe ${universal_sysroot} and ${sysroot} have
the same value. So the only difference in the portfile is
../${distname}
which I'm not sure about.
More information about the macports-dev
mailing list