summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2005-04-09 17:27:52 +0000
committerTom Gall <tgall@gentoo.org>2005-04-09 17:27:52 +0000
commit22293fcd596a1fbab8138ccd5aed4de1e0f34ad3 (patch)
tree12c1c63329f95139d5bf187a30a5dbe76fa78f94 /x11-base
parentforgot a file (diff)
downloadgentoo-2-22293fcd596a1fbab8138ccd5aed4de1e0f34ad3.tar.gz
gentoo-2-22293fcd596a1fbab8138ccd5aed4de1e0f34ad3.tar.bz2
gentoo-2-22293fcd596a1fbab8138ccd5aed4de1e0f34ad3.zip
add mga for ppc64, it works!
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-x11/ChangeLog5
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index 8df0651a75c4..d3ba0a37e3f2 100644
--- a/x11-base/xorg-x11/ChangeLog
+++ b/x11-base/xorg-x11/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-base/xorg-x11
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.360 2005/04/06 05:57:09 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.361 2005/04/09 17:27:52 tgall Exp $
+
+ 09 Apr 2005; Tom Gall <tgall@gentoo.org> xorg-x11-6.8.2-r1.ebuild:
+ add mga on ppc64, it works!
06 Apr 2005; Guy Martin <gmsoft@gentoo.org> xorg-x11-6.8.2-r1.ebuild:
Fixed build with USE=-xv on hppa.
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild
index 11b006c0e951..263c4c36fff0 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild,v 1.15 2005/04/06 18:54:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild,v 1.16 2005/04/09 17:27:52 tgall Exp $
# Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory
# voodoo3 cards.
@@ -716,7 +716,7 @@ host_def_setup() {
echo "#define MakeDllModules YES" >> ${HOSTCONF}
echo "#define XF86VgaHw YES" >> ${HOSTCONF}
echo "#define XF86FBDevHw YES" >> ${HOSTCONF}
- echo "#define XF86CardDrivers fbdev v4l ati vga nv" >> ${HOSTCONF}
+ echo "#define XF86CardDrivers mga fbdev v4l ati vga nv" >> ${HOSTCONF}
fi
if use sparc; then