summaryrefslogtreecommitdiff
path: root/media-sound
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-10-07 15:46:48 +0200
committerLars Wendler <polynomial-c@gentoo.org>2015-10-07 15:47:28 +0200
commitb13e412dc2374dd42e430e564941224b64a49ccf (patch)
tree8cb32a5c6e58c1ae3ce3113a38de7f8d3df47af3 /media-sound
parent5e07302a587d0fabb9fc4eec5df658ae1f30482e (diff)
downloadgentoo-b13e412dc2374dd42e430e564941224b64a49ccf.tar.gz
gentoo-b13e412dc2374dd42e430e564941224b64a49ccf.tar.xz
media-sound/nted: Fixed compilation against freetype-2.6.1 (bug #562430)
Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/nted/files/nted-1.10.18-freetype.patch11
1 files changed, 3 insertions, 8 deletions
diff --git a/media-sound/nted/files/nted-1.10.18-freetype.patch b/media-sound/nted/files/nted-1.10.18-freetype.patch
index 66acdf2c7ff..505e756af56 100644
--- a/media-sound/nted/files/nted-1.10.18-freetype.patch
+++ b/media-sound/nted/files/nted-1.10.18-freetype.patch
@@ -1,16 +1,11 @@
-Description: Fix FTBFS caused by freetype headers path change.
-Author: Gilles Filippini <pini@debian.org>
-Bug-Debian: http://bugs.debian.org/733403
-Index: nted/mainwindow.cpp
-===================================================================
---- nted.orig/mainwindow.cpp 2013-12-30 17:45:21.000000000 +0100
-+++ nted/mainwindow.cpp 2013-12-30 17:45:44.000000000 +0100
+--- nted-1.10.18/mainwindow.cpp
++++ nted-1.10.18/mainwindow.cpp
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <time.h>
#include <ft2build.h>
-#include <freetype/freetype.h>
-+#include <freetype.h>
++#include FT_FREETYPE_H
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <cairo-ps.h>