summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-11-28 13:41:48 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-11-28 13:41:48 +0000
commit2d636656f4fc2962fa0461f5df1f605cb060481b (patch)
tree46d3a5e6d0e073c1caed5d3677a8edc8f35abad6 /net-misc/asterisk/asterisk-1.2.13.ebuild
parentMasked =media-libs/spandsp-0.0.3* (diff)
downloadhistorical-2d636656f4fc2962fa0461f5df1f605cb060481b.tar.gz
historical-2d636656f4fc2962fa0461f5df1f605cb060481b.tar.bz2
historical-2d636656f4fc2962fa0461f5df1f605cb060481b.zip
Removed -lssl from LIBS if compiled with USE=-ssl wrt bug #155333.
Installed asterisk.h in /usr/include/asterisk to make plugins compile. Added codec_gsm.so to QA_TEXTRELS_x86 and QA_EXECSTACK_x86 to make asterisk compile with FEATURES=stricter. Added CC=$(tc-getCC) to make it compile with cross-distcc. Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'net-misc/asterisk/asterisk-1.2.13.ebuild')
-rw-r--r--net-misc/asterisk/asterisk-1.2.13.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/asterisk/asterisk-1.2.13.ebuild b/net-misc/asterisk/asterisk-1.2.13.ebuild
index 1b2c4035754a..91d71c090afc 100644
--- a/net-misc/asterisk/asterisk-1.2.13.ebuild
+++ b/net-misc/asterisk/asterisk-1.2.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.2.13.ebuild,v 1.4 2006/11/23 20:36:14 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.2.13.ebuild,v 1.5 2006/11/28 13:41:48 drizzt Exp $
inherit eutils multilib
@@ -397,7 +397,6 @@ src_install() {
${D}/usr/share/doc/${PF}/{conf/misdn.conf,configs/misdn.conf.sample.gz,README.misdn.gz}
rm -f ${D}/usr/include/asterisk/chan_capi{,_app}.h \
${D}/usr/share/doc/${PF}/{conf/capi.conf,configs/capi.conf.sample.gz}
-
}
pkg_preinst() {