Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2005 22:20:20 GMT
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/83316: xorg-libraries/sparc64: locale not supported by Xlib
Message-ID:  <200508152220.j7FMKKoI001427@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/83316; it has been noted by GNATS.

From: Dejan Lesjak <dejan.lesjak@ijs.si>
To: bug-followup@freebsd.org,
 bel@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508152220.j7FMKKoI001427>