[Lunar-commits] <moonbase-other> warzone2100: fix build
v4hn
me at v4hn.de
Fri Sep 12 19:50:02 CEST 2014
commit 633d61de747541bfd238e27451ebc61b78b96bb1
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Sep 2014 19:24:52 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/633d61de747541bfd238e27451ebc61b78b96bb1
warzone2100: fix build
---
games/warzone2100/BUILD | +1/-4
games/warzone2100/PRE_BUILD | +5/-0
2 files changed, 6 insertions(+), 4 deletions(-)
--- a/games/warzone2100/BUILD
+++ b/games/warzone2100/BUILD
@@ -1,5 +1,2 @@
-# fix pathes for default_game_build
-sedit "s:\$(DESTDIR)\$(icondir):/usr/share/pixmaps:" icons/Makefile.in &&
-sedit "s:\$(DESTDIR)\$(applicationdir):/usr/share/applications:" icons/Makefile.in &&
-
+CXXFLAGS+=" -fpermissive" &&
default_game_build
--- /dev/null
+++ b/games/warzone2100/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+# fix pathes for default_game_build
+sedit "s:\$(DESTDIR)\$(icondir):/usr/share/pixmaps:" icons/Makefile.in &&
+sedit "s:\$(DESTDIR)\$(applicationdir):/usr/share/applications:" icons/Makefile.in
More information about the Lunar-commits
mailing list