diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-21 18:53:42 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-21 18:53:42 +0000 |
commit | 47c6339fac103b7d5862984878a96ad947e85aa7 (patch) | |
tree | 01081048cc146e60fdeabff3e6a82149c3dac40f /dev-ml | |
parent | Updated immodule for Qt patch (fixes plugins/input path). (Manifest recommit) (diff) | |
download | gentoo-2-47c6339fac103b7d5862984878a96ad947e85aa7.tar.gz gentoo-2-47c6339fac103b7d5862984878a96ad947e85aa7.tar.bz2 gentoo-2-47c6339fac103b7d5862984878a96ad947e85aa7.zip |
Forgot a line in the ld.conf rebuilding code.
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/findlib/findlib-1.0.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/findlib/findlib-1.0.4-r1.ebuild b/dev-ml/findlib/findlib-1.0.4-r1.ebuild index ad4d401ec308..6ad08d113ec8 100644 --- a/dev-ml/findlib/findlib-1.0.4-r1.ebuild +++ b/dev-ml/findlib/findlib-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4-r1.ebuild,v 1.1 2004/08/21 17:45:22 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4-r1.ebuild,v 1.2 2004/08/21 18:53:42 mattam Exp $ IUSE="tcltk" @@ -59,6 +59,7 @@ check_stublibs() { if [ ! -e ${ldconf} ] then echo ${ocaml_stdlib} > ${ldconf} + echo ${ocaml_stdlib}/stublibs >> ${ldconf} fi if [ -z `grep -e ${stublibs} ${ldconf}` ] |