media-sound/nted: fix -Wnarrowing error, bug #594056

Gentoo-bug: 594056
Closes: https://github.com/gentoo/gentoo/pull/2353

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Kacper Kołodziej
2016-09-18 11:13:43 +02:00
committed by David Seifert
parent 46534fb657
commit 9b80cc03dc
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- idiotseditor/idiotseditor.cpp.dist 2016-09-18 10:47:58.933319888 +0200
+++ idiotseditor/idiotseditor.cpp 2016-09-18 10:48:28.852321336 +0200
@@ -2538,7 +2538,7 @@
#define BAR_COLOR 0, 0, 0
#define NOMINATOR_COLOR 0, 0, 204
-#define HALF_COLOR 0.0, 26, 153
+#define HALF_COLOR 0, 26, 153
#define QUARTER_COLOR 0, 51, 127
#define EIGHTS_COLOR 127, 77, 102
#define COLOR_16 0, 102, 77

View File

@@ -41,6 +41,7 @@ PATCHES=(
"${FILESDIR}/${P}-lilypond-tremolo.patch" # bug #437540
"${FILESDIR}/${P}-automake-1.12.patch" # bug #459466
"${FILESDIR}/${P}-freetype.patch" # bug #514522
"${FILESDIR}/${P}-cpp14.patch" # bug #594056
)
src_prepare() {