--- emacs-22.1-r3.ebuild~ 2008-01-13 03:50:30.000000000 +0100 +++ emacs-22.1-r3.ebuild 2008-01-13 03:56:16.000000000 +0100 @@ -5,7 +5,7 @@ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="latest" -inherit autotools elisp-common eutils flag-o-matic +inherit autotools elisp-common eutils flag-o-matic multilib DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" @@ -138,6 +138,7 @@ econf \ --program-suffix=-emacs-${SLOT} \ + --libdir=/usr/$(get_libdir) \ --infodir=/usr/share/info/emacs-${SLOT} \ --without-carbon \ ${myconf} || die "econf emacs failed"