Changeset cf1537ba
- Timestamp:
- 05/23/2007 06:13:07 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 3109c7ce
- Parents:
- 91de356
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r91de356 rcf1537ba 4 4 --> 5 5 6 <!ENTITY day " 19"> <!-- Always 2 digits -->6 <!ENTITY day "23"> <!-- Always 2 digits --> 7 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2007"> 9 9 <!ENTITY version "svn-&year;&month;&day;"> 10 <!ENTITY releasedate "May &day; th, &year;">10 <!ENTITY releasedate "May &day;rd, &year;"> 11 11 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 12 12 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r91de356 rcf1537ba 43 43 44 44 <listitem> 45 <para>May 23rd, 2007</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dnicholson] - Removed the unneeded Glibc build fix for 49 XFree86.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>May 19th, 2007</para> 46 56 <itemizedlist> -
x/installing/xfree86.xml
r91de356 rcf1537ba 171 171 <title>Installation of XFree86</title> 172 172 173 <sect3>174 <title>Glibc build fix</title>175 176 <!-- To be removed if/when proposed glibc patch is added to LFS SVN177 Leave in in for a couple of weeks with 'you may need' and a testcase178 around it to save the support list silly questions. Should remove in179 a couple of weeks -->180 <para>Xfree86 may have a problem with <filename>sys/kd.h</filename>181 installed with some recent versions of <application>Glibc</application>.182 This has recently been fixed in LFS SVN. Execute the183 following commands to work around a broken <filename>kd.h</filename>184 file. The <command>grep</command> command is to ensure the modification185 is only made if it is needed. Run these commands from within the186 <filename class="directory">xc</filename> folder:</para>187 188 <screen><userinput>grep "__undef_LINUX" \189 /usr/include/sys/kd.h 2>&1 > /dev/null || \190 sed -i.bak '/X.h/i #include <linux/types.h>' \191 programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>192 <!-- End remove -->193 194 </sect3>195 173 <sect3> 196 174
Note:
See TracChangeset
for help on using the changeset viewer.