diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-11-06 07:51:42 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-11-06 07:51:42 +0000 |
commit | 024700f152da65b99bfceb23a4e1df6287100fe6 (patch) | |
tree | 38a2436d696714e926cb13d1c811622a010afd6c /www-client/seamonkey | |
parent | Version bump. (diff) | |
download | gentoo-2-024700f152da65b99bfceb23a4e1df6287100fe6.tar.gz gentoo-2-024700f152da65b99bfceb23a4e1df6287100fe6.tar.bz2 gentoo-2-024700f152da65b99bfceb23a4e1df6287100fe6.zip |
Minor ebuild fixes
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey/files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch | 20 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.30-r1.ebuild | 7 |
3 files changed, 9 insertions, 24 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index d0707f81fbf8..9ad9d4c892f6 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.500 2014/11/05 23:18:24 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.501 2014/11/06 07:51:42 polynomial-c Exp $ + + 06 Nov 2014; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.30-r1.ebuild, + -files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch: + Minor ebuild fixes. *seamonkey-2.30-r1 (05 Nov 2014) diff --git a/www-client/seamonkey/files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch b/www-client/seamonkey/files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch deleted file mode 100644 index d4fa60302d9c..000000000000 --- a/www-client/seamonkey/files/seamonkey-2.30-pulseaudio_configure_switch_fix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- comm-beta/mozilla/configure.in -+++ comm-beta/mozilla/configure.in -@@ -5489,17 +5489,6 @@ - dnl = Disable PulseAudio - dnl ======================================================== - --dnl If using Linux, ensure that the PA library is available --case "$OS_TARGET" in --WINNT|Darwin|Android|OpenBSD) -- ;; --*) -- if test -z "$MOZ_B2G"; then -- MOZ_PULSEAUDIO=1 -- fi -- ;; --esac -- - MOZ_ARG_DISABLE_BOOL(pulseaudio, - [ --disable-pulseaudio Disable PulseAudio support], - MOZ_PULSEAUDIO=, diff --git a/www-client/seamonkey/seamonkey-2.30-r1.ebuild b/www-client/seamonkey/seamonkey-2.30-r1.ebuild index a67a332b8beb..1399cb3f8d59 100644 --- a/www-client/seamonkey/seamonkey-2.30-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.30-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.30-r1.ebuild,v 1.1 2014/11/05 23:18:24 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.30-r1.ebuild,v 1.2 2014/11/06 07:51:42 polynomial-c Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -120,8 +120,7 @@ src_prepare() { EPATCH_FORCE="yes" \ epatch "${WORKDIR}/seamonkey" - epatch "${FILESDIR}"/${PN}-2.30-pulseaudio_configure_switch_fix.patch \ - "${FILESDIR}"/${PN}-2.30-jemalloc-configure.patch \ + epatch"${FILESDIR}"/${PN}-2.30-jemalloc-configure.patch \ "${FILESDIR}"/${PN}-2.30-webm-disallow-negative-samples.patch # browser patches go here @@ -240,6 +239,8 @@ src_configure() { append-flags -mno-avx fi fi + + emake V=1 -f client.mk configure } src_compile() { |