mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
David Seifert
parent
46534fb657
commit
9b80cc03dc
11
media-sound/nted/files/nted-1.10.18-cpp14.patch
Normal file
11
media-sound/nted/files/nted-1.10.18-cpp14.patch
Normal 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
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user