summarylogtreecommitdiffstats
path: root/freetype.patch
diff options
context:
space:
mode:
Diffstat (limited to 'freetype.patch')
-rw-r--r--freetype.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/freetype.patch b/freetype.patch
new file mode 100644
index 000000000000..b53760afde7a
--- /dev/null
+++ b/freetype.patch
@@ -0,0 +1,13 @@
+diff --git a/SConstruct b/SConstruct
+index 9f2f4c8..2ebde4d 100644
+--- a/SConstruct
++++ b/SConstruct
+@@ -284,7 +284,7 @@ if not config.CheckGuichan():
+
+ # Get the configuration from sdl and freetype
+ env.ParseConfig("sdl-config --cflags")
+-env.ParseConfig("freetype-config --cflags --libs")
++env.ParseConfig("pkg-config --cflags freetype2")
+
+ env = config.Finish()
+