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

Dominic Fandrey kamikaze at bsdforen.de
Sat Jan 24 06:38:36 PST 2009


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


More information about the freebsd-ports mailing list