[Lunar-commits] <moonbase-other> wesnoth: fix build error

v4hn me at v4hn.de
Sun May 5 03:58:37 CEST 2013


commit c2e48a241f21c0af42be096d4de3af640ceadef8
Author: v4hn <me at v4hn.de>
Date: Sat, 04 May 2013 18:53:42 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c2e48a241f21c0af42be096d4de3af640ceadef8

wesnoth: fix build error
---
  games/wesnoth/BUILD | +3/-0     
  1 file changed, 3 insertions(+)

--- a/games/wesnoth/BUILD
+++ b/games/wesnoth/BUILD
@@ -16,6 +16,9 @@ OPTS+=" -DBINDIR=games \
 # fribidi is obsolete and would require 0.10.*
 OPTS+=" -DENABLE_FRIBIDI=OFF" &&
 
+# I hate -Werror...
+OPTS+=" -DENABLE_STRICT_COMPILATION=OFF" &&
+
 if ! in_depends pango cairo; then
   message "${PROBLEM_COLOR}Wesnoth requires pango to be build with cairo backend."
   message "${PROBLEM_COLOR}Please rebuild pango and select cairo backend."




More information about the Lunar-commits mailing list