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
commit66ed2d53359368541ca35b49d916dd005d0c7279 (patch)
treed6e54159c23312174a081fb0f461f097f11b00b9 /x11-drivers/xf86-video-virtualbox
parentRestrict Jython ABIs. (diff)
downloadgentoo-2-66ed2d53359368541ca35b49d916dd005d0c7279.tar.gz
gentoo-2-66ed2d53359368541ca35b49d916dd005d0c7279.tar.bz2
gentoo-2-66ed2d53359368541ca35b49d916dd005d0c7279.zip
Removed LDFLAGS fix as it breaks compilation
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-virtualbox')
-rw-r--r--x11-drivers/xf86-video-virtualbox/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.0.0.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/ChangeLog b/x11-drivers/xf86-video-virtualbox/ChangeLog
index 6ccc9cfe91be..08bc82798c4e 100644
--- a/x11-drivers/xf86-video-virtualbox/ChangeLog
+++ b/x11-drivers/xf86-video-virtualbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-virtualbox
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.54 2011/01/07 18:50:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.55 2011/01/08 17:22:26 polynomial-c Exp $
+
+ 08 Jan 2011; Lars Wendler <polynomial-c@gentoo.org>
+ xf86-video-virtualbox-4.0.0.ebuild:
+ Removed LDFLAGS fix as it breaks compilation.
07 Jan 2011; Lars Wendler <polynomial-c@gentoo.org>
xf86-video-virtualbox-4.0.0.ebuild:
diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.0.0.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.0.0.ebuild
index fcc61348a729..0eebe8fa5c09 100644
--- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.0.0.ebuild
+++ b/x11-drivers/xf86-video-virtualbox/xf86-video-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-video-virtualbox/xf86-video-virtualbox-4.0.0.ebuild,v 1.2 2011/01/07 18:50:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.0.0.ebuild,v 1.3 2011/01/08 17:22:26 polynomial-c Exp $
EAPI=2
@@ -76,10 +76,6 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-3.2.8-mesa-check.patch"
epatch "${FILESDIR}/${PN}-4-makeself-check.patch"
epatch "${FILESDIR}/${PN}-4-mkisofs-check.patch"
-
- # Respect LDFLAGS
- sed -e "s/_LDFLAGS\.${ARCH}*.*=/& ${LDFLAGS}/g" \
- -i Config.kmk src/libs/xpcom18a4/Config.kmk || die
}
src_configure() {