summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-01-08 17:21:31 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-01-08 17:21:31 +0000
commitf6ca01590f0b3dcb657f94c8152f26eb969c08b7 (patch)
tree07b08506254619df2ba17736e2184ad42413bc4f /x11-drivers
parentAdd ~arm/~s390/~sh (diff)
downloadgentoo-2-f6ca01590f0b3dcb657f94c8152f26eb969c08b7.tar.gz
gentoo-2-f6ca01590f0b3dcb657f94c8152f26eb969c08b7.tar.bz2
gentoo-2-f6ca01590f0b3dcb657f94c8152f26eb969c08b7.zip
Removed LDFLAGS fix as it breaks compilation
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-virtualbox/ChangeLog6
-rw-r--r--x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.0.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-drivers/xf86-input-virtualbox/ChangeLog b/x11-drivers/xf86-input-virtualbox/ChangeLog
index 92ac7f28920f..f2e3890b69c2 100644
--- a/x11-drivers/xf86-input-virtualbox/ChangeLog
+++ b/x11-drivers/xf86-input-virtualbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-virtualbox
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.52 2011/01/07 18:54:54 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.53 2011/01/08 17:21:31 polynomial-c Exp $
+
+ 08 Jan 2011; Lars Wendler <polynomial-c@gentoo.org>
+ xf86-input-virtualbox-4.0.0.ebuild:
+ Removed LDFLAGS fix as it breaks compilation.
07 Jan 2011; Lars Wendler <polynomial-c@gentoo.org>
xf86-input-virtualbox-4.0.0.ebuild:
diff --git a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.0.ebuild b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.0.ebuild
index a0b5667c5e42..f8ae799f6779 100644
--- a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.0.ebuild
+++ b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.0.ebuild,v 1.2 2011/01/07 18:54:54 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.0.0.ebuild,v 1.3 2011/01/08 17:21:31 polynomial-c Exp $
EAPI=2
@@ -41,10 +41,6 @@ src_prepare() {
# Disable things unused or splitted into separate ebuilds
cp "${FILESDIR}/${PN}-3-localconfig" LocalConfig.kmk
-
- #Respect LDFLAGS
- sed -e "s/_LDFLAGS\.${ARCH}*.*=/& ${LDFLAGS}/g" \
- -i Config.kmk src/libs/xpcom18a4/Config.kmk || die
}
src_configure() {