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

Artem Kim artem_kim at inbox.ru
Sat Jan 24 05:23:45 PST 2009


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?

-- 
Best regards,

Аrtem Kim


More information about the freebsd-ports mailing list