From owner-cvs-ports@FreeBSD.ORG Thu Dec 4 17:46:19 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A94F16A4CF; Thu, 4 Dec 2003 17:46:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDBF43FEA; Thu, 4 Dec 2003 17:46:18 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51kIXJ068899; Thu, 4 Dec 2003 17:46:18 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51kI5O068898; Thu, 4 Dec 2003 17:46:18 -0800 (PST) (envelope-from peter) Message-Id: <200312050146.hB51kI5O068898@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:46:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-xkbfile-Imakefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:46:19 -0000 peter 2003/12/04 17:46:18 PST FreeBSD ports repository (src committer) Added files: x11/XFree86-4-libraries/files patch-xkbfile-Imakefile Log: Second change to get kdebase3 to work on amd64. kdebase builds a plugin called kxkb.so, which links against libxkbfile. This is fatal on amd64 because XFree86 does not normally provide libxkbfile.so, and it is a guaranteed fatal error to link non-PIC code into a .so file. I have only arranged for libxkbfile.so to be build on amd64 so as to not risking distrubing dependencies on other platforms. Revision Changes Path 1.1 +15 -0 ports/x11/XFree86-4-libraries/files/patch-xkbfile-Imakefile (new)