* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tcldom: tcldom-3.1.ebuild
@ 2010-12-07 17:18 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-12-07 17:18 UTC (permalink / raw
To: gentoo-commits
jlec 10/12/07 17:18:55
Modified: tcldom-3.1.ebuild
Log:
Correctly fix the Multilib problem
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-tcltk/tcldom/tcldom-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild?r1=1.5&r2=1.6
Index: tcldom-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tcldom-3.1.ebuild 7 Dec 2010 17:01:46 -0000 1.5
+++ tcldom-3.1.ebuild 7 Dec 2010 17:18:55 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild,v 1.5 2010/12/07 17:01:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild,v 1.6 2010/12/07 17:18:55 jlec Exp $
inherit eutils multilib toolchain-funcs
@@ -46,12 +46,12 @@
if use xml ; then
cd "${S}/src-libxml2"
- econf ${myconf}
+ econf ${myconf} --with-libxml2-lib=/usr/$(get_libdir)
emake || die
fi
if use expat ; then
cd "${S}/src"
- econf ${myconf} --with-libxml2-lib=/usr/$(get_libdir)
+ econf ${myconf}
emake || die
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-07 17:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 17:18 [gentoo-commits] gentoo-x86 commit in dev-tcltk/tcldom: tcldom-3.1.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox