net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored

Norikatsu Shigemura nork at FreeBSD.org
Sat Jan 24 08:53:58 PST 2009


On Sat, 24 Jan 2009 15:37:58 +0100
Dominic Fandrey <kamikaze at 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


More information about the freebsd-ports mailing list