summaryrefslogtreecommitdiff
path: root/games-fps/turtlearena/files/turtlearena-0.6.1-freetype.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/turtlearena/files/turtlearena-0.6.1-freetype.patch')
-rw-r--r--games-fps/turtlearena/files/turtlearena-0.6.1-freetype.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/games-fps/turtlearena/files/turtlearena-0.6.1-freetype.patch b/games-fps/turtlearena/files/turtlearena-0.6.1-freetype.patch
deleted file mode 100644
index 9ecd6df2bf57..000000000000
--- a/games-fps/turtlearena/files/turtlearena-0.6.1-freetype.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=479822#c3
-http://github.com/ioquake/ioq3/commit/ab4c602374caa0f520b3a0801d384a73e29e0bc7
-
---- a/engine/code/renderer/tr_font.c
-+++ b/engine/code/renderer/tr_font.c
-@@ -47,10 +47,10 @@
- #include "../qcommon/qcommon.h"
-
- #include <ft2build.h>
-+#include FT_FREETYPE_H
- #include FT_ERRORS_H
- #include FT_SYSTEM_H
- #include FT_IMAGE_H
--#include FT_FREETYPE_H
- #include FT_OUTLINE_H
-
- #define _FLOOR(x) ((x) & -64)