Skip to content

Commit

Permalink
media-sound/nted: fix -Wnarrowing error, bug #594056
Browse files Browse the repository at this point in the history
Gentoo-bug: 594056
Closes: gentoo#2353

Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
Kacper Kołodziej authored and SoapGentoo committed Sep 18, 2016
1 parent 46534fb commit 9b80cc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions media-sound/nted/files/nted-1.10.18-cpp14.patch
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions media-sound/nted/nted-1.10.18-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9b80cc0

Please sign in to comment.