summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-01 15:45:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-01 15:45:12 +0000
commit022f1e42466959da1d19418fae061877a6f8f4ac (patch)
tree0779766ef323c5eb570537b79b1977d9c8660c3d /xfce-extra
parentVersion bump for security bug #224949, with apologies for the delay. Took mai... (diff)
downloadgentoo-2-022f1e42466959da1d19418fae061877a6f8f4ac.tar.gz
gentoo-2-022f1e42466959da1d19418fae061877a6f8f4ac.tar.bz2
gentoo-2-022f1e42466959da1d19418fae061877a6f8f4ac.zip
Remove -DXFCE_DISABLE_DEPRECATED from build.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-mixer/ChangeLog8
-rw-r--r--xfce-extra/xfce4-mixer/xfce4-mixer-4.4.3.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-mixer/ChangeLog b/xfce-extra/xfce4-mixer/ChangeLog
index 189ff4263c92..d6a727c3d2ea 100644
--- a/xfce-extra/xfce4-mixer/ChangeLog
+++ b/xfce-extra/xfce4-mixer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-mixer
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.114 2009/04/21 04:29:58 darkside Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.115 2009/05/01 15:45:12 ssuominen Exp $
+
+ 01 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-mixer-4.4.3.ebuild:
+ Remove -DXFCE_DISABLE_DEPRECATED from build.
*xfce4-mixer-4.6.1 (21 Apr 2009)
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.3.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.3.ebuild
index c2f401cf88e2..b3d7cc8e508a 100644
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.3.ebuild
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.3.ebuild,v 1.10 2008/12/17 17:49:37 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.4.3.ebuild,v 1.11 2009/05/01 15:45:12 ssuominen Exp $
EAPI=1
@@ -42,6 +42,7 @@ src_unpack() {
cd "${S}"
rm panel-plugin/${PN}.desktop
epatch "${FILESDIR}"/${P}-i18n-typo.patch
+ sed -i -e "s:-DXFCE_DISABLE_DEPRECATED::" configure
}
src_install() {