[78764] users/cal

Clemens Lang cal at macports.org
Sat May 21 13:27:35 PDT 2011


On Sat, May 21, 2011 at 03:16:25PM -0500, Ryan Schmidt wrote:
> > Added: users/cal/aqua/x2goclient/Portfile
> 
> > +if {[variant_isset universal]} {
> > +    build.args-append   CXXFLAGS="${configure.cxxflags} ${configure.universal_cxxflags}" \
> > +                        CFLAGS="${configure.cflags} ${configure.universal_cflags}" \
> > +                        CPPFLAGS="${configure.cppflags} ${configure.universal_cppflags}" \
> > +                        LFLAGS="${configure.ldflags} ${configure.universal_ldflags}"
> > +} else {
> > +    build.args-append   CXXFLAGS="${configure.cxxflags}" \
> > +                        CFLAGS="${configure.cflags}" \
> > +                        CPPFLAGS="${configure.cppflags}" \
> > +                        LFLAGS="${configure.ldflags}"
> > +}
> 
> For the same reason that in the universal section you use configure.universal_*flags, in the non-universal section you'll want to use configure.*_archflags.

Thanks, will do.

-- 
Clemens Lang
GSoC Student



More information about the macports-dev mailing list