From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 5 16:19:47 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91D08106566B; Thu, 5 Feb 2009 16:19:47 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:230:48ff:fe41:2455]) by mx1.freebsd.org (Postfix) with ESMTP id 311008FC14; Thu, 5 Feb 2009 16:19:47 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id n15GJhsA086429; Fri, 6 Feb 2009 01:19:43 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 6 Feb 2009 01:19:42 +0900 From: Norikatsu Shigemura To: Ollivier Robert Message-Id: <20090206011942.0a0bb9bd.nork@FreeBSD.org> In-Reply-To: <20090205000517.GA53435@keltia.freenix.fr> References: <200902042344.n14NigUA054390@freefall.freebsd.org> <20090205000517.GA53435@keltia.freenix.fr> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Fri, 06 Feb 2009 01:19:45 +0900 (JST) Cc: freebsd-ports-bugs@FreeBSD.org, erwan@rail.eu.org, jsa@wickedmachine.net, nork@FreeBSD.org Subject: Re: ports/131299: multimedia/vlc: does not compile any more, wuth luiveMedia support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 16:19:48 -0000 On Thu, 5 Feb 2009 01:05:18 +0100 Ollivier Robert wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=131299 > The real fix is to modify the liveMedia Makefile to properly add > -fpic/-fPIC (the latter on amd64 at least). The Makefile adds it to CFLAGS > but it is not taken into account. > I quickly tried to add it to the config.fixed-freebsd in liveMedia/files/ > and compile succeeds. Haven't tried to run it yet. > Cc: to liveMedia maintainer. > I keep the vlc maintainer in Cc; because the way vlc tries to use a static > library is somehow fishy. I already added -fpic/-fPIC to CFLAGS of liveMedia port. I don't know why liveMedia doesn't be compiled with -fpic/-fPIC. Please tell me 'make -dcv -VCFLAGS' on /usr/ports/net/liveMedia.