On Sat, 24 Jan 2009 15:37:58 +0100
Dominic Fandrey <kamik...@bsdforen.de> wrote:
> Artem Kim wrote:
> > There is an expression in Makefile:
> > .if ${ARCH} == "amd64" || ${ARCH} == "ia64"
> > CFLAGS+=        -fPIC
> > .else
> > CFLAGS+=        -fpic
> > .endif
> > However, the value "-fPIC" is not added to the variable CFLAGS.
> > In what may be the problem?
> I cannot reproduce this.
> # cd /usr/ports/net/liveMedia/
> # make -VCFLAGS
> -O2 -fno-strict-aliasing -pipe -march=nocona -fPIC
> # uname -p
> amd64

        Me, too.

        Please try following:
        make -dA -VCFLAGS |& less
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to