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
_______________________________________________
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