[email protected] wrote:
> Revision: 46176
>           http://trac.macports.org/changeset/46176
> Author:   [email protected]
> Date:     2009-01-31 00:11:00 -0800 (Sat, 31 Jan 2009)
> Log Message:
> -----------
> wget:
> 
>  * Fix universal build on Tiger so it includes gettext and (if not 
> deselected) openssl support. See #18276.
>  * Use muniversal portgroup because I have greater confidence in it generally 
> to produce a viable universal binary.
> 
> Modified Paths:
> --------------
>     trunk/dports/net/wget/Portfile

[...]

> +# So that +universal can use gettext and openssl on Tiger; see #18276.
> +configure.ldflags-append        -liconv
> +if {![variant_isset no_ssl]} {
> +    depends_build-append        port:pkgconfig
> +    configure.ldflags-append    [exec ${prefix}/bin/pkg-config --libs libssl]
> +}
> +

This is not a good idea as you need pkgconfig now installed to parse
this Portfile. The last PortIndex failed because of this.

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

Reply via email to