diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:26:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:26:11 +0000 |
commit | c74cdabf38f90bcf4352de3687575a52dbd1b856 (patch) | |
tree | 436b62b23481b238a77e0b2e0bb9f7e2cc35d898 /dev-libs/ucl | |
parent | Don't assign default to S; header fix (diff) | |
download | historical-c74cdabf38f90bcf4352de3687575a52dbd1b856.tar.gz historical-c74cdabf38f90bcf4352de3687575a52dbd1b856.tar.bz2 historical-c74cdabf38f90bcf4352de3687575a52dbd1b856.zip |
append-flags into src_compile; header fix
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r-- | dev-libs/ucl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01-r1.ebuild | 12 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.01.ebuild | 4 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-libs/ucl/ChangeLog b/dev-libs/ucl/ChangeLog index 12f639239d33..af73b1159187 100644 --- a/dev-libs/ucl/ChangeLog +++ b/dev-libs/ucl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/ucl -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.8 2003/08/13 15:58:54 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.9 2004/03/14 12:26:11 mr_bones_ Exp $ + + 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ucl-1.01-r1.ebuild, + ucl-1.01.ebuild: + append-flags into src_compile; header fix 13 Aug 2003; Aron Griffis <agriffis@gentoo.org> ucl-1.01-r1.ebuild: Mark stable on alpha for LiveCD diff --git a/dev-libs/ucl/ucl-1.01-r1.ebuild b/dev-libs/ucl/ucl-1.01-r1.ebuild index ad44ced17723..42d7146fa4f8 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.8 2004/02/15 17:51:47 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.9 2004/03/14 12:26:11 mr_bones_ Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" @@ -10,12 +10,12 @@ 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() { + # 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 + econf emake || die } diff --git a/dev-libs/ucl/ucl-1.01.ebuild b/dev-libs/ucl/ucl-1.01.ebuild index 2614d2c40e9c..e83cbd835499 100644 --- a/dev-libs/ucl/ucl-1.01.ebuild +++ b/dev-libs/ucl/ucl-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.ebuild,v 1.10 2003/07/18 22:18:17 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.11 2004/03/14 12:26:11 mr_bones_ Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" |