Bug 286531

Summary: support Solaris in cmake/modules/FindMsgfmt.cmake
Product: [Unmaintained] kdelibs Reporter: tropikhajma <tropikhajma>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED UNMAINTAINED    
Severity: wishlist CC: groot
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: patch

Description tropikhajma 2011-11-13 21:42:21 UTC
Version:           unspecified (using KDE 4.7.3) 
OS:                Solaris

in Solaris 11, the GNU version of msgfmt is installed in
/usr/gnu/bin/msgfmt
and a symlink
/usr/bin/gmsgfmt
is pointing to it.

the attached patch adds gmsgfmt to the names the cmake module is searching for.

Reproducible: Always

Steps to Reproduce:
use the FindMsgfmt module on Solaris 11, without /usr/gnu/bin in the PATH.
(e.g. build konversation)

Actual Results:  
msgfmt is not found

Expected Results:  
msgfmt is found
Comment 1 tropikhajma 2011-11-13 22:26:56 UTC
Created attachment 65627 [details]
patch