diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2004-07-19 18:09:13 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2004-07-19 18:09:13 +0000 |
commit | b7ede1fecdbf3aa62bfe84cf5693170ac3a79c86 (patch) | |
tree | 265c4e56b7a0d841b1faf7d7adfd64ef5950ac86 /x11-base/xorg-x11 | |
parent | Fixed file collision on macos (Manifest recommit) (diff) | |
download | gentoo-2-b7ede1fecdbf3aa62bfe84cf5693170ac3a79c86.tar.gz gentoo-2-b7ede1fecdbf3aa62bfe84cf5693170ac3a79c86.tar.bz2 gentoo-2-b7ede1fecdbf3aa62bfe84cf5693170ac3a79c86.zip |
Enabling Motif by default is is bogus, as XFree86/XOrg-X11 have never been
built against Motif, and 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch
do not enable/disable it, but just addsome more bits _if_ and _only_if_ its
enabled in host.def, which it never was ...
http://bugs.gentoo.org/show_bug.cgi?id=57271#c21
Diffstat (limited to 'x11-base/xorg-x11')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 10 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild | 11 |
2 files changed, 18 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index e50da3ffffe2..ca3e287861ca 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.79 2004/07/17 17:44:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.80 2004/07/19 18:09:13 azarah Exp $ + + 19 Jul 2004; Martin Schlemmer <azarah@gentoo.org> xorg-x11-6.7.0-r2.ebuild: + Enabling Motif by default is is bogus, as XFree86/XOrg-X11 have never been + built against Motif, and 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch + do not enable/disable it, but just addsome more bits _if_ and _only_if_ its + enabled in host.def, which it never was ... + + http://bugs.gentoo.org/show_bug.cgi?id=57271#c21 17 Jul 2004; David Holm <dholm@gentoo.org> xorg-x11-6.7.0-r2.ebuild: Added to ~ppc. diff --git a/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild index 303ac9a2c0c6..ac666e053eeb 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7.0-r2.ebuild,v 1.5 2004/07/17 17:44:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild,v 1.6 2004/07/19 18:09:13 azarah Exp $ # Libraries which are now supplied in shared form that were not in the past # include: libFS.so, libGLw.so, libI810XvMC.so, libXRes.so, libXfontcache.so, @@ -193,7 +193,14 @@ host_def_setup() { # 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch from upstream # turns off HasMotif YES default on Linux and BSDs, so we need this - echo "#define HasMotif YES" >> config/cf/host.def +# +# This is bogus, as XFree86/XOrg-X11 have never been built against Motif, and +# above patch do not enable/disable it, but just add some more bits _if_ and +# _only_if_ its enabled ... +# +# http://bugs.gentoo.org/show_bug.cgi?id=57271#c21 +# +# echo "#define HasMotif YES" >> config/cf/host.def # Enable i810 on x86_64 (RH #126687) echo "#define XF86ExtraCardDrivers i810" >> config/cf/host.def |