summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-10-06 13:52:59 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2015-10-06 13:53:13 -0400
commit606ebaaccb4571ff3822e4f919490072c2274183 (patch)
tree50ecbe9d671497917aeab51af8f2758a0e0b916c /games-engines/love
parentwww-client/seamonkey: cleanup unused patch files (diff)
downloadgentoo-606ebaaccb4571ff3822e4f919490072c2274183.tar.gz
gentoo-606ebaaccb4571ff3822e4f919490072c2274183.tar.bz2
gentoo-606ebaaccb4571ff3822e4f919490072c2274183.zip
update freetype patch to deal with the change from 2.6 to 2.6.1 from Polynomial-C via bug #562398
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-engines/love')
-rw-r--r--games-engines/love/files/love-0.8.0-freetype2.patch48
1 files changed, 17 insertions, 31 deletions
diff --git a/games-engines/love/files/love-0.8.0-freetype2.patch b/games-engines/love/files/love-0.8.0-freetype2.patch
index 64e42c5f2840..07c655c41203 100644
--- a/games-engines/love/files/love-0.8.0-freetype2.patch
+++ b/games-engines/love/files/love-0.8.0-freetype2.patch
@@ -1,48 +1,34 @@
---- src/modules/font/freetype/TrueTypeRasterizer.h.old 2015-01-07 09:49:39.394000727 +0100
-+++ src/modules/font/freetype/TrueTypeRasterizer.h 2015-01-07 09:50:28.846065847 +0100
-@@ -27,10 +27,10 @@
-
- // TrueType2
+--- love-0.8.0/src/modules/font/freetype/Font.h
++++ love-0.8.0/src/modules/font/freetype/Font.h
+@@ -30,10 +30,10 @@
+ #else
#include <ft2build.h>
+ #endif
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
-+#include <freetype.h>
-+#include <ftglyph.h>
-+#include <ftoutln.h>
-+#include <fttrigon.h>
++#include FT_FREETYPE_H
++#include FT_GLYPH_H
++#include FT_OUTLINE_H
++#include FT_TRIGONOMETRY_H
namespace love
{
-@@ -67,4 +67,4 @@
- } // font
- } // love
+--- love-0.8.0/src/modules/font/freetype/TrueTypeRasterizer.h
++++ love-0.8.0/src/modules/font/freetype/TrueTypeRasterizer.h
+@@ -27,10 +27,10 @@
--#endif // LOVE_FONT_FREETYPE_TRUE_TYPE_RASTERIZER_H
-\ No newline at end of file
-+#endif // LOVE_FONT_FREETYPE_TRUE_TYPE_RASTERIZER_H
---- src/modules/font/freetype/Font.h.old 2015-01-07 09:49:20.421359400 +0100
-+++ src/modules/font/freetype/Font.h 2015-01-07 09:50:02.076571918 +0100
-@@ -30,10 +30,10 @@
- #else
+ // TrueType2
#include <ft2build.h>
- #endif
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
-+#include <freetype.h>
-+#include <ftglyph.h>
-+#include <ftoutln.h>
-+#include <fttrigon.h>
++#include FT_FREETYPE_H
++#include FT_GLYPH_H
++#include FT_OUTLINE_H
++#include FT_TRIGONOMETRY_H
namespace love
{
-@@ -73,4 +73,4 @@
- } // font
- } // love
-
--#endif // LOVE_FONT_FREETYPE_FONT_H
-\ No newline at end of file
-+#endif // LOVE_FONT_FREETYPE_FONT_H