Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kwave/files: 0.8.2-fix_gettext.patch
Date: Tue, 28 Apr 2009 19:44:48
Message-Id: E1LytEU-0004D8-09@stork.gentoo.org
1 scarabeus 09/04/28 19:44:45
2
3 Added: 0.8.2-fix_gettext.patch
4 Log:
5 Update build with no linguas enabled. Per bug #267702.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/kwave/files/0.8.2-fix_gettext.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/files/0.8.2-fix_gettext.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/files/0.8.2-fix_gettext.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.8.2-fix_gettext.patch
15 ===================================================================
16 diff -ur kwave-0.8.2.old/po/CMakeLists.txt kwave-0.8.2/po/CMakeLists.txt
17 --- kwave-0.8.2.old/po/CMakeLists.txt 2009-04-28 15:46:01.000000000 +0300
18 +++ kwave-0.8.2/po/CMakeLists.txt 2009-04-28 15:55:03.000000000 +0300
19 @@ -25,7 +25,9 @@
20 ENDIF (NOT ${_lang_short} STREQUAL "en")
21 ENDFOREACH(_lang ${KWAVE_BUILD_LINGUAS})
22
23 -GETTEXT_CREATE_TRANSLATIONS(kwave.pot ALL ${_po_files})
24 +IF(DEFINED _po_files )
25 + GETTEXT_CREATE_TRANSLATIONS(kwave.pot ALL ${_po_files})
26 +ENDIF(DEFINED _po_files )
27
28 #############################################################################
29 #############################################################################