From owner-freebsd-ports@FreeBSD.ORG Sat Jan 24 13:23:45 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E8FA106564A for ; Sat, 24 Jan 2009 13:23:45 +0000 (UTC) (envelope-from artem_kim@inbox.ru) Received: from mx28.mail.ru (mx28.mail.ru [194.67.23.67]) by mx1.freebsd.org (Postfix) with ESMTP id 59BC88FC08 for ; Sat, 24 Jan 2009 13:23:45 +0000 (UTC) (envelope-from artem_kim@inbox.ru) Received: from mx30.mail.ru (mx30.mail.ru [194.67.23.238]) by mx28.mail.ru (mPOP.Fallback_MX) with ESMTP id 0EC76773007 for ; Sat, 24 Jan 2009 13:54:00 +0300 (MSK) Received: from [79.142.107.13] (port=39453 helo=[79.142.107.13]) by mx30.mail.ru with asmtp id 1LQg9G-0000sm-00 for ports@freebsd.org; Sat, 24 Jan 2009 13:53:58 +0300 From: Artem Kim To: ports@freebsd.org Date: Sat, 24 Jan 2009 13:56:03 +0300 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200901241356.03651.artem_kim@inbox.ru> X-Spam: Not detected X-Mras: Ok Cc: Subject: net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 13:23:45 -0000 There is an expression in Makefile: =2Eif ${ARCH} =3D=3D "amd64" || ${ARCH} =3D=3D "ia64" CFLAGS+=3D -fPIC =2Eelse CFLAGS+=3D -fpic =2Eendif However, the value "-fPIC" is not added to the variable CFLAGS. In what may be the problem? =2D-=20 Best regards, =E1rtem Kim