Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218814 | Differences between
and this patch

Collapse All | Expand All

(-)licq-1.3.5.ebuild.old (-1 / +9 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.5.ebuild,v 1.1 2007/12/01 20:35:44 genstef Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.5.ebuild,v 1.1 2007/12/01 20:35:44 genstef Exp $
4
4
5
inherit eutils kde-functions multilib
5
inherit autotools eutils kde-functions multilib
6
6
7
DESCRIPTION="ICQ Client with v8 support"
7
DESCRIPTION="ICQ Client with v8 support"
8
HOMEPAGE="http://www.licq.org/"
8
HOMEPAGE="http://www.licq.org/"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
10
10
Lines 29-38 Link Here
29
src_unpack() {
29
src_unpack() {
30
	unpack ${A}
30
	unpack ${A}
31
31
32
	cd ${S}
32
	cd ${S}
33
33
34
	epatch "${FILESDIR}/${P}-gcc43.patch"
35
34
	use ncurses && epatch ${FILESDIR}/1.3.0-suse_bool.patch
36
	use ncurses && epatch ${FILESDIR}/1.3.0-suse_bool.patch
35
37
36
	if use kde
38
	if use kde
37
	then
39
	then
38
		# fix for #12436
40
		# fix for #12436
Lines 55-64 Link Here
55
	# Install plugins in the correct libdir
57
	# Install plugins in the correct libdir
56
	sed -i -e "s:lib/licq/:$(get_libdir)/licq/:" \
58
	sed -i -e "s:lib/licq/:$(get_libdir)/licq/:" \
57
		${S}/include/licq_constants.h || die "sed failed"
59
		${S}/include/licq_constants.h || die "sed failed"
58
	sed -i -e 's:$(prefix)/lib:@libdir@:' \
60
	sed -i -e 's:$(prefix)/lib:@libdir@:' \
59
		${S}/plugins/*/src/Makefile.{in,am} || die "sed failed"
61
		${S}/plugins/*/src/Makefile.{in,am} || die "sed failed"
62
	local mdir
63
	for mdir in plugins/{msn,auto-reply,email}; do
64
		pushd "${S}"/"${mdir}"
65
		eautoconf
66
		popd
67
	done
60
}
68
}
61
69
62
src_compile() {
70
src_compile() {
63
71
64
	use ssl		|| myconf="${myconf} --disable-openssl"
72
	use ssl		|| myconf="${myconf} --disable-openssl"

Return to bug 218814