From 47c6339fac103b7d5862984878a96ad947e85aa7 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Sat, 21 Aug 2004 18:53:42 +0000 Subject: Forgot a line in the ld.conf rebuilding code. --- dev-ml/findlib/findlib-1.0.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-ml') 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}` ] -- cgit v1.2.3-65-gdbad