[Lunar-commits] <moonbase> glaxium: build fix

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Wed Jun 6 23:00:29 CEST 2012


commit a7d3420858d6f0f4ed0c99cc5db611c25b29026c
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Wed Jun 6 16:59:07 2012 +0200

    glaxium: build fix
    
    not that this is worth fixing...
---
 games/glaxium/BUILD |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/games/glaxium/BUILD b/games/glaxium/BUILD
index d816118..647ca7d 100644
--- a/games/glaxium/BUILD
+++ b/games/glaxium/BUILD
@@ -3,6 +3,10 @@
   ./configure  --prefix=/usr        \
                --bindir=/usr/games  &&
 
+  #really ugly build fixes...
+  sedit 's:-D_REENTRANT:-DREENTRANT -fpermissive:' Makefile &&
+  sedit 's:-lpthread:-lpthread -lstdc++:' Makefile &&
+
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list