First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 97959
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gnustep herd <gnustep@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Georgi Georgiev <chutz@gg3.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 97959 depends on: Show dependency tree
Bug 97959 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-07-04 23:18 0000
Windowmaker by default builds all possible languages. It would be nice if it
respected the LINGUAS variable that it forcefully sets. I've been using this
patch to the ebuild of windowmaker for a while now and it works fine:

-       use nls \
-               && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" \
-               || myconf="${myconf} --disable-locale"
+       if use nls; then
+               [ -z "$LINGUAS" ] && LINGUAS="`ls po/*.po | sed
's:po/\(.*\)\.po$:\1:'`"
+               export LINGUAS
+       else
+               myconf="${myconf} --disable-nls --disable-locale"
+       fi

------- Comment #1 From Armando Di Cianno (RETIRED) 2005-07-05 00:19:11 0000 -------
fixes in portage -- again: nice patch :-)

First Last Prev Next    No search results available      Search page      Enter new bug