diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-02-15 17:51:47 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-02-15 17:51:47 +0000 |
commit | 5dee729efe8af37f405c448a03b22b65ae66d2d6 (patch) | |
tree | 1c280a159627c6f7cb0d10666e4f17d976d2c69f /dev-libs/ucl | |
parent | Added ~sparc keyword to fix the broken dependencies of app-emacs/gnus. (diff) | |
download | historical-5dee729efe8af37f405c448a03b22b65ae66d2d6.tar.gz historical-5dee729efe8af37f405c448a03b22b65ae66d2d6.tar.bz2 historical-5dee729efe8af37f405c448a03b22b65ae66d2d6.zip |
fix for amd64
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r-- | dev-libs/ucl/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01-r1.ebuild | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/ucl/Manifest b/dev-libs/ucl/Manifest index 250273d3c30f..820516206f54 100644 --- a/dev-libs/ucl/Manifest +++ b/dev-libs/ucl/Manifest @@ -1,5 +1,5 @@ MD5 619dd0d81c8333b8a19e1c8781d94a6d ChangeLog 1358 -MD5 4b01cd535e5da69b5836559d668d9905 ucl-1.01-r1.ebuild 568 +MD5 85f6216ab7a1d9bfbc280c9ce2d41eac ucl-1.01-r1.ebuild 723 MD5 a6e600f085884cae82690b5d05b78ffa ucl-1.01.ebuild 588 MD5 b6bd20c267625c3e0f31d141bdcc466a files/digest-ucl-1.01 60 MD5 b6bd20c267625c3e0f31d141bdcc466a files/digest-ucl-1.01-r1 60 diff --git a/dev-libs/ucl/ucl-1.01-r1.ebuild b/dev-libs/ucl/ucl-1.01-r1.ebuild index 3f00114f0852..ad44ced17723 100644 --- a/dev-libs/ucl/ucl-1.01-r1.ebuild +++ b/dev-libs/ucl/ucl-1.01-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.7 2004/02/14 20:33:50 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.8 2004/02/15 17:51:47 brad_mssw Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" @@ -10,6 +10,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc ~sparc hppa alpha amd64 ppc64" +#Doing this b/c UCL will be included in the kernel +# at some point, and will be fixed properly then +# besides, this is lu_zero's build +append-flags -fPIC + src_compile() { econf emake || die |