diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-10 04:21:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-10 04:21:46 +0000 |
commit | edc6a7dc83069dd4a8f01239ca3890d760b58bfd (patch) | |
tree | fef38b87792b62aceffc6b2f0d8f495af3774a28 /sys-libs/uclibc/uclibc-0.9.27-r1.ebuild | |
parent | Signed :) (diff) | |
download | historical-edc6a7dc83069dd4a8f01239ca3890d760b58bfd.tar.gz historical-edc6a7dc83069dd4a8f01239ca3890d760b58bfd.tar.bz2 historical-edc6a7dc83069dd4a8f01239ca3890d760b58bfd.zip |
fix assert.h so xorg builds, fix arm asm string functions, fix dl_fini ordering #98187, and implement the round functions so imlib2 works #111518
Diffstat (limited to 'sys-libs/uclibc/uclibc-0.9.27-r1.ebuild')
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.27-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild b/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild index d2eff5c2a137..8a331ed4fc67 100644 --- a/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild,v 1.9 2005/09/05 07:35:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild,v 1.10 2005/11/10 04:21:46 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -25,7 +25,7 @@ fi MY_P=${P/ucl/uCl} SVN_VER="20050114" -PATCH_VER="1.4" +PATCH_VER="1.5" DESCRIPTION="C library for developing embedded Linux systems" HOMEPAGE="http://www.uclibc.org/" SRC_URI="http://www.kernel.org/pub/linux/libs/uclibc/${MY_P}.tar.bz2 @@ -74,6 +74,7 @@ alt_rprefix() { } pkg_setup() { + [[ -n ${UCLIBC_AND_GLIBC} ]] && return 0 if ! built_with_use ${CATEGORY}/uclibc nls && use nls && ! use pregen ; then eerror "You previously built uclibc with USE=-nls." eerror "You cannot generate locale data with this" |