From owner-cvs-all@FreeBSD.ORG Sat Apr 23 18:27:20 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A4216A4CE; Sat, 23 Apr 2005 18:27:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F2543D49; Sat, 23 Apr 2005 18:27:20 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3NIRK1v094503; Sat, 23 Apr 2005 18:27:20 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3NIRKOx094502; Sat, 23 Apr 2005 18:27:20 GMT (envelope-from ahze) Message-Id: <200504231827.j3NIRKOx094502@repoman.freebsd.org> From: Michael Johnson Date: Sat, 23 Apr 2005 18:27:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/x264/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 18:27:20 -0000 ahze 2005-04-23 18:27:20 UTC FreeBSD ports repository Modified files: multimedia/x264/files patch-configure Log: - Attempt to fix build on amd64 by disabling MMX/SSE code. gcc complains that -fPIC is needed to link the shared lib, but I have no idea how to do this with yasm? with out disabling the shared library and just making a static library. Pointed out by: krismail Revision Changes Path 1.3 +9 -5 ports/multimedia/x264/files/patch-configure