summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-01-08 17:22:26 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-01-08 17:22:26 +0000
commit19b3449d12f0514669fe40ce80d446dfacbe9580 (patch)
tree2765e5107cde4014bf7f1921fca5ef2bbc50bb64 /x11-drivers/xf86-input-virtualbox
parentRestrict Jython ABIs. (diff)
downloadhistorical-19b3449d12f0514669fe40ce80d446dfacbe9580.tar.gz
historical-19b3449d12f0514669fe40ce80d446dfacbe9580.tar.bz2
historical-19b3449d12f0514669fe40ce80d446dfacbe9580.zip
Removed LDFLAGS fix as it breaks compilation
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-input-virtualbox')
-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() {