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