On Feb 11, 2009, at 08:22, [email protected] 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.



_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to