summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-07-16 09:14:26 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-07-16 09:14:26 +0000
commitdd04338a1787d64bb5b45ee50d81ff94891cd92f (patch)
treebbf99cd71a66c2fac9cc767691e5bb1d61651167 /media-sound/kwave/files
parentCleanup (diff)
downloadgentoo-2-dd04338a1787d64bb5b45ee50d81ff94891cd92f.tar.gz
gentoo-2-dd04338a1787d64bb5b45ee50d81ff94891cd92f.tar.bz2
gentoo-2-dd04338a1787d64bb5b45ee50d81ff94891cd92f.zip
Version bump. Fix build issue with linguas per bug #277929. Slotmove 1->4.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-sound/kwave/files')
-rw-r--r--media-sound/kwave/files/0.8.2-fix_gettext.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-sound/kwave/files/0.8.2-fix_gettext.patch b/media-sound/kwave/files/0.8.2-fix_gettext.patch
deleted file mode 100644
index baa141b87e20..000000000000
--- a/media-sound/kwave/files/0.8.2-fix_gettext.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur kwave-0.8.2.old/po/CMakeLists.txt kwave-0.8.2/po/CMakeLists.txt
---- kwave-0.8.2.old/po/CMakeLists.txt 2009-04-28 15:46:01.000000000 +0300
-+++ kwave-0.8.2/po/CMakeLists.txt 2009-04-28 15:55:03.000000000 +0300
-@@ -25,7 +25,9 @@
- ENDIF (NOT ${_lang_short} STREQUAL "en")
- ENDFOREACH(_lang ${KWAVE_BUILD_LINGUAS})
-
--GETTEXT_CREATE_TRANSLATIONS(kwave.pot ALL ${_po_files})
-+IF(DEFINED _po_files )
-+ GETTEXT_CREATE_TRANSLATIONS(kwave.pot ALL ${_po_files})
-+ENDIF(DEFINED _po_files )
-
- #############################################################################
- #############################################################################