summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-04-18 18:19:16 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-04-18 18:19:16 +0000
commit1d0cb04fd120a1fe108e1ef9864c8913f6f823bf (patch)
tree8e563d00ac507d126b14d879c5386b0b8a3b55a5 /dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild
parentadded ~ppc64 (diff)
downloadhistorical-1d0cb04fd120a1fe108e1ef9864c8913f6f823bf.tar.gz
historical-1d0cb04fd120a1fe108e1ef9864c8913f6f823bf.tar.bz2
historical-1d0cb04fd120a1fe108e1ef9864c8913f6f823bf.zip
Fixed compilation on amd64 multilib-strict.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild')
-rw-r--r--dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild
index 326f2f1715c1..81ea7e9261eb 100644
--- a/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild
+++ b/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild,v 1.4 2005/04/07 12:53:35 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild,v 1.5 2005/04/18 18:19:16 flameeyes Exp $
inherit eutils toolchain-funcs
@@ -29,7 +29,7 @@ src_unpack() {
}
src_compile() {
- local myconf="--prefix /usr --disable-examples"
+ local myconf="--prefix /usr --libdir /usr/$(get_libdir) --disable-examples"
use test && myconf="${myconf} --enable-tests"
export CXX="$(tc-getCXX)"