Date: Thu, 4 Dec 2003 17:46:18 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-xkbfile-Imakefile Message-ID: <200312050146.hB51kI5O068898@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312050146.hB51kI5O068898>