Bug 103386 - app-text/scrollkeeper: proper handling of NLS support
Bug#: 103386 Product:  Gentoo/Alt Version: unspecified Platform: All
OS/Version: FreeBSD Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: flameeyes@gentoo.org
Component: Other
URL:  https://sourceforge.net/tracker/index.php?func=detail&aid=1266630&group_id=11543&atid=111543
Summary: app-text/scrollkeeper: proper handling of NLS support
Keywords:  
Status Whiteboard: 
Opened: 2005-08-22 15:35 0000
Description:   Opened: 2005-08-22 15:35 0000
As already bug #7011 shown, scrollkeeper handles badly NLS support.  
  
On Gentoo/FreeBSD, as gettext functions are not in libc, this fails to link.  
The attached source patches (reported upstream) makes scrollkeeper handle  
correctly the disabled NLS, and removes the need of the clutter currently in  
the ebuild for handle nls useflag (thus the attached ebuild patch moves nls  
support as per standard ebuilds). 
 
This also makes scrollkeeper build lighter on Linux/GLIBC systems with nls 
disabled. 
 
Thanks, 
Diego

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2005-08-22 15:36:26 0000 -------
Created an attachment (id=66590) [details]
scrollkeeper-0.3.14-nls.patch

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2005-08-22 15:37:04 0000 -------
Created an attachment (id=66591) [details]
scrollkeeper-ebuild.patch

------- Comment #3 From Diego E. 'Flameeyes' Pettenò 2005-09-24 07:26:30 0000 -------
Okay I've committed this.