Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
242c0d46db
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      package/kasc/clanlib/freetype-update.patch

+ 12
- 0
package/kasc/clanlib/freetype-update.patch

@ -0,0 +1,12 @@
--- ./Sources/TTF/font_ttf.cpp.orig 2004-12-20 23:03:25.353627688 +0100
+++ ./Sources/TTF/font_ttf.cpp 2004-12-20 23:04:00.824235336 +0100
@@ -21,7 +21,8 @@
#include <malloc.h>
#include "Display/Font/font_generic.h"
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "font_ttf.h"

Loading…
Cancel
Save