Bug#437690: Build fix for powerpc / non-Linux platforms

2008-02-20 Thread Alexander Schmehl
tags 437690 -pending
thanks


Hi!


* Siegfried-Angel [EMAIL PROTECTED] [070816 22:04]:

 Thank you very much for searching a fix for this problem.
 
 I'm currently awaiting a response from the upstream author on some
 other issues and will try to provide a new revision (including this
 patch, between other changes) in somewhat like two weeks (can't be
 before since I'll be away next week).

I was just looking through packages I once sponsored, which didn't made
it to testing or seem to have other problems.

May I ask you for a status of this bug?  It's release critical, and sou
should IMHO fixed as fast as possible.

If you have a tested patch, I willing to sponsor an upload.


Yours sincerely,
  Alexander



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437690: Build fix for powerpc / non-Linux platforms

2007-08-16 Thread Siegfried-Angel
Tags: pending

Thank you very much for searching a fix for this problem.

I'm currently awaiting a response from the upstream author on some
other issues and will try to provide a new revision (including this
patch, between other changes) in somewhat like two weeks (can't be
before since I'll be away next week).

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Linux User #438657. Ubuntu User #11680.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437690: Build fix for powerpc / non-Linux platforms

2007-08-13 Thread Michel Dänzer
Package: open-invaders
Version: 0.2-1
Severity: serious
Tags: patch


The attached patch on top of that mentioned in README.Debian makes
open-invaders build and run on powerpc. Note that I think the allegro
headers should define ALLEGRO_LINUX, see bug #437688, but this is
probably a proper bug of its own for non-Linux platforms at least.


--- System information. ---
Architecture: powerpc
Kernel:   Linux 2.6.22-1-powerpc

Debian Release: lenny/sid
  500 unstablemirror.switch.ch 
  500 stable  security.debian.org 
  102 experimentalftp.ch.debian.org 

-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer
diff -up -ru open-invaders-0.2.orig/src/input.cc open-invaders-0.2/src/input.cc
--- open-invaders-0.2.orig/src/input.cc	2007-06-20 23:04:56.0 +0200
+++ open-invaders-0.2/src/input.cc	2007-08-13 18:01:13.0 +0200
@@ -61,7 +62,7 @@ void interrupt_keys()
 	#endif
 	
 	#ifndef ALLEGRO_LINUX
-		string filepath='.';
+		string filepath=.;
 	#endif
 
 	if((key[KEY_LCONTROL]||key[KEY_RCONTROL])key[KEY_S])