[Lunar-commits] r26165 - moonbase/trunk/games/rocksndiamonds

Auke Kok sofar at lunar-linux.org
Thu Oct 11 20:26:16 CEST 2007


Author: sofar
Date: 2007-10-11 20:26:16 +0200 (Thu, 11 Oct 2007)
New Revision: 26165

Modified:
   moonbase/trunk/games/rocksndiamonds/BUILD
Log:
libsmpeg now has a compile dependence on standard c++ lib, any module that uses gcc instead of g++ for linking will break.
I don't know how can we make the modification on libsmpeg instead of any module that use it and use C instead of C++.


From:  e_timotei at yahoo.com


Modified: moonbase/trunk/games/rocksndiamonds/BUILD
===================================================================
--- moonbase/trunk/games/rocksndiamonds/BUILD	2007-10-11 18:13:55 UTC (rev 26164)
+++ moonbase/trunk/games/rocksndiamonds/BUILD	2007-10-11 18:26:16 UTC (rev 26165)
@@ -1,6 +1,7 @@
 (
 
   prepare_install &&
+  sed -i -e "s/-lsmpeg/& -lstdc++ /g" src/Makefile &&
   make            &&
   
   mkdir -p /usr/games/rocksndiamonds            &&



More information about the Lunar-commits mailing list