summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2004-08-21 18:53:42 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2004-08-21 18:53:42 +0000
commit5d8dff7e9888ca6e0f455c40f3baa67104bbe530 (patch)
tree45c09ff46782eea5a48b1fdf5b85d1b1cff22292 /dev-ml/findlib
parentxfree->x11 in metadata (diff)
downloadhistorical-5d8dff7e9888ca6e0f455c40f3baa67104bbe530.tar.gz
historical-5d8dff7e9888ca6e0f455c40f3baa67104bbe530.tar.bz2
historical-5d8dff7e9888ca6e0f455c40f3baa67104bbe530.zip
Forgot a line in the ld.conf rebuilding code.
Diffstat (limited to 'dev-ml/findlib')
-rw-r--r--dev-ml/findlib/findlib-1.0.4-r1.ebuild3
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}` ]