summarylogtreecommitdiffstats
path: root/detect_guichan.patch
diff options
context:
space:
mode:
Diffstat (limited to 'detect_guichan.patch')
-rw-r--r--detect_guichan.patch21
1 files changed, 17 insertions, 4 deletions
diff --git a/detect_guichan.patch b/detect_guichan.patch
index d57eedd97805..843d24b17320 100644
--- a/detect_guichan.patch
+++ b/detect_guichan.patch
@@ -1,14 +1,27 @@
diff -Naur a/SConstruct b/SConstruct
---- a/SConstruct 2015-10-14 00:57:12.750504352 +0000
-+++ b/SConstruct 2015-10-14 00:51:18.000000000 +0000
+--- a/SConstruct 2015-10-15 08:46:43.509294083 +0800
++++ b/SConstruct 2015-10-15 08:48:05.832442700 +0800
@@ -180,7 +180,9 @@
}
""", ".cc")[0]
if not ret:
- context.env.Replace(LIBS = lastLIBS)
-+ # context.env.Replace(LIBS = lastLIBS)
++ #context.env.Replace(LIBS = lastLIBS)
+ #fix for archlinux
-+ context.Message('(For some reason guichan is not detected, include anyway.)')
++ context.Message('(Somehow guichan is not detected, include anyway.)')
context.Result( ret )
return ret
+@@ -271,9 +273,9 @@
+ for library_dict in local_sdl_libraries:
+ CheckForSystemLibrary(config, library_dict, subcomponents)
+
+-if not config.CheckGuichan():
+- print "(Using included copy of guichan)"
+- subcomponents.append("guichan")
++#if not config.CheckGuichan():
++# print "(Using included copy of guichan)"
++# subcomponents.append("guichan")
+
+ # Get the configuration from sdl and freetype
+ env.ParseConfig("sdl-config --cflags")