diff options
author | 2003-05-25 19:25:31 +0000 | |
---|---|---|
committer | 2003-05-25 19:25:31 +0000 | |
commit | c2c32134aa90b1b75fccf317e9b524102edd2261 (patch) | |
tree | cc0bbdc36de3a7b7872cf4a97911f27b550b6d06 /dev-libs/libcxml/libcxml-5.2.0.ebuild | |
parent | Fix the fact that find doesn't sort (diff) | |
download | gentoo-2-c2c32134aa90b1b75fccf317e9b524102edd2261.tar.gz gentoo-2-c2c32134aa90b1b75fccf317e9b524102edd2261.tar.bz2 gentoo-2-c2c32134aa90b1b75fccf317e9b524102edd2261.zip |
typo.
Diffstat (limited to 'dev-libs/libcxml/libcxml-5.2.0.ebuild')
-rw-r--r-- | dev-libs/libcxml/libcxml-5.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcxml/libcxml-5.2.0.ebuild b/dev-libs/libcxml/libcxml-5.2.0.ebuild index 2fa0eb4890ce..59755eb55386 100644 --- a/dev-libs/libcxml/libcxml-5.2.0.ebuild +++ b/dev-libs/libcxml/libcxml-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.1 2003/04/16 23:02:01 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.2 2003/05/25 19:25:23 taviso Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -53,7 +53,7 @@ src_compile () { cd ${WORKDIR}/usr/lib/compaq/cxml-${RELEASE%*-2} # http://h18000.www1.hp.com/math/faq/cxml.html#EmptySharedLib - ld -shared -o libcxml_${EV}.so -soname libcxml.so \ + ld -shared -o libcxml_${EV}.so -soname libcxml.so \ -whole-archive libcxml_${EV}.a -no-whole-archive -lots -lcpml } |