Date: Wed, 26 Nov 2003 23:39:33 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby18/files patch-eval.c patch-gc.c Message-ID: <200311270739.hAR7dX2j078073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/11/26 23:39:33 PST FreeBSD ports repository Added files: lang/ruby18/files patch-eval.c patch-gc.c Log: Fix the build on ia64: The __libc_ia64_register_backing_store_base variable is defined on Linux (in glibc) to allow processes to obtain the base of the RSE backing store. On FreeBSD we do not have such a variable. We also do not yet have a different interface for processes to use. So, for now, hardcode the base address of the RSE backing store as it is on FreeBSD. There's little chance this will change in the future, so it's not that evil. Approved by: portmgr (kris) Revision Changes Path 1.1 +12 -0 ports/lang/ruby18/files/patch-eval.c (new) 1.1 +12 -0 ports/lang/ruby18/files/patch-gc.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311270739.hAR7dX2j078073>