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 | c4de94f3ec5a3d2dcc6092d4e983397481e9e8cb (patch) | |
tree | 0f4dd64111b2cdb6733bdd33eb7a71c387ee96e6 /dev-libs/ucl/ucl-1.01-r1.ebuild | |
parent | Added ~sparc keyword to fix the broken dependencies of app-emacs/gnus. (Manif... (diff) | |
download | gentoo-2-c4de94f3ec5a3d2dcc6092d4e983397481e9e8cb.tar.gz gentoo-2-c4de94f3ec5a3d2dcc6092d4e983397481e9e8cb.tar.bz2 gentoo-2-c4de94f3ec5a3d2dcc6092d4e983397481e9e8cb.zip |
fix for amd64
Diffstat (limited to 'dev-libs/ucl/ucl-1.01-r1.ebuild')
-rw-r--r-- | dev-libs/ucl/ucl-1.01-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 |