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

2009-01-24 Thread Artem Kim
On Saturday 24 January 2009 17:37:58 you wrote: > Artem Kim wrote: > > There is an expression in Makefile: > > > > .if ${ARCH} == "amd64" || ${ARCH} == "ia64" > > CFLAGS+=-fPIC > > .else > > CFLAGS+=-fpic > > .endi

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

2009-01-24 Thread Artem Kim
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 _

xorg-7.3_1 build: dependence issue

2007-10-08 Thread Artem Kim
Hi! I have tried to install xorg on "clean" (no packages installed) FreeBSD 7.0-CURRENT AMD64. I have errors: in /usr/ports/x11/libXres Package resourceproto was not found in the pkg-config search path. Perhaps you should add the directory containing `resourceproto.pc' to the PKG_CONFIG_PATH