diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-14 12:08:56 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-14 12:08:56 +0000 |
commit | b87610df086cf544e7976c073b573b8d17cef249 (patch) | |
tree | cb78d456c746fe6615812d7cbc3f48d0ef417428 /net-im/licq/licq-1.2.7.ebuild | |
parent | don't try to assign to A; header fix (Manifest recommit) (diff) | |
download | gentoo-2-b87610df086cf544e7976c073b573b8d17cef249.tar.gz gentoo-2-b87610df086cf544e7976c073b573b8d17cef249.tar.bz2 gentoo-2-b87610df086cf544e7976c073b573b8d17cef249.zip |
compile with nptl, bug #44126
Diffstat (limited to 'net-im/licq/licq-1.2.7.ebuild')
-rw-r--r-- | net-im/licq/licq-1.2.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/licq/licq-1.2.7.ebuild b/net-im/licq/licq-1.2.7.ebuild index 442574b2d713..528b110ad70c 100644 --- a/net-im/licq/licq-1.2.7.ebuild +++ b/net-im/licq/licq-1.2.7.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/net-im/licq/licq-1.2.7.ebuild,v 1.10 2004/02/17 23:07:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.7.ebuild,v 1.11 2004/03/14 12:08:56 lanius Exp $ DESCRIPTION="ICQ Client with v8 support" HOMEPAGE="http://www.licq.org/" @@ -45,7 +45,8 @@ src_unpack() { fi fi cd ${S} - patch -p0 < ${FILESDIR}/1.2.7-debugflag.patch || die "patch failed" + epatch ${FILESDIR}/1.2.7-debugflag.patch + epatch ${FILESDIR}/1.2.7-nptl.patch } src_compile() { |