ports/83316: xorg-libraries/sparc64: locale not supported by Xlib

Dejan Lesjak dejan.lesjak at ijs.si
Mon Aug 15 22:20:21 GMT 2005


The following reply was made to PR ports/83316; it has been noted by GNATS.

From: Dejan Lesjak <dejan.lesjak at ijs.si>
To: bug-followup at freebsd.org,
 bel at orel.ru
Cc:  
Subject: Re: ports/83316: xorg-libraries/sparc64: locale not supported by Xlib
Date: Tue, 16 Aug 2005 00:19:04 +0200

 --Boundary-00=_ZTRADNfnWvYz2bc
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Please try reinstalling x11/xorg-libraries port after putting attached patch 
 into x11/xorg-libraries/files directory. You should of course remove the 
 workaround symlink before trying if this solves the issue.
 (Patch also available at 
 http://www.ijs.si/~lesi/xorg/sparc-locale/patch-XlcDL.c if fetching is easier 
 that way)
 
 --Boundary-00=_ZTRADNfnWvYz2bc
 Content-Type: text/plain;
   charset="us-ascii";
   name="patch-XlcDL.c"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="patch-XlcDL.c"
 
 --- lib/X11/XlcDL.c.orig	Mon Aug 15 21:55:16 2005
 +++ lib/X11/XlcDL.c	Mon Aug 15 21:56:02 2005
 @@ -56,11 +56,13 @@
  #include "XlcPublic.h"
  #include "XlcPubI.h"
  
 +#if !defined(__FreeBSD__)
  #if defined(_LP64)  && defined(__sparcv9)
  # define	_MACH64_NAME		"sparcv9"
  #else
  # undef _MACH64_NAME
  #endif /* defined(_LP64)  && defined(__sparcv9) */
 +#endif
  
  #ifdef _MACH64_NAME
  #  define	_MACH64_NAME_LEN	(sizeof (_MACH64_NAME) - 1)
 
 --Boundary-00=_ZTRADNfnWvYz2bc--


More information about the freebsd-x11 mailing list