pacho       14/06/24 13:16:53

  Added:                nted-1.10.18-freetype.patch
  Log:
  Fix building against latest freetype, bug #514522
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.1                  media-sound/nted/files/nted-1.10.18-freetype.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/nted/files/nted-1.10.18-freetype.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/nted/files/nted-1.10.18-freetype.patch?rev=1.1&content-type=text/plain

Index: nted-1.10.18-freetype.patch
===================================================================
Description: Fix FTBFS caused by freetype headers path change.
Author: Gilles Filippini <p...@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
@@ -24,7 +24,7 @@
 #include <stdio.h>
 #include <time.h>
 #include <ft2build.h>
-#include <freetype/freetype.h>
+#include <freetype.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #include <cairo-ps.h>




Reply via email to