diff options
author | Kevin E Martin <kem@kem.org> | 2004-08-19 16:28:42 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-08-19 16:28:42 +0000 |
commit | 29173edcbc53a616b97a48ad104e30da30d31140 (patch) | |
tree | 3a3682efb704ad5e85a1506d7f8ba07e3d56752d | |
parent | 4bf2b7f0742c1c874e697b96a9b0fee95a169cf3 (diff) |
Fix the build on Solaris/sparc to use Xorg server instead of the deprecated
Xsun (Bug #1134, Alan Coopersmith).
-rw-r--r-- | sgml/Solaris.sgml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sgml/Solaris.sgml b/sgml/Solaris.sgml index 2960dec..e3c4ffa 100644 --- a/sgml/Solaris.sgml +++ b/sgml/Solaris.sgml @@ -6,9 +6,10 @@ <!-- Title information --> <title>Information for Solaris <author>David Holland, modified by Marc Aurele La France -<date>2004 April 02 +<date>2004 August 18 <ident> +$XdotOrg: $ </ident> <!-- Table of contents --> @@ -99,9 +100,11 @@ On SPARCs, regardless of the compiler you use, ensure it generates 32-bit binaries. At this time, 64-bit binaries will probably not work.<p> <item> -Also on SPARCs, you will need to set BuildXFree86OnSparcSunOS to YES in -~xc/config/cf/host.def. -Otherwise, you can only build the old deprecated Xsun* servers.<p> +Also on SPARCs, you may be able to build the old deprecated Xsun* servers for +older cg* graphics devices by adding "#define XsunServer YES" or "#define +Xsun24Server YES" or "#define XsunMonoServer YES" to ~xc/config/cf/host.def. +These servers are no longer maintained nor supported and may not build in +this release.<p> <item> A Threaded Xlib compiled with GCC has subtle problems. It'll work 98% of the time, however clients will occasionally exhibit |