public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/aaquake2/files: aaquake2-0.1-glibc.patch
@ 2008-03-18 22:41 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2008-03-18 22:41 UTC (permalink / raw
  To: gentoo-commits

tupone      08/03/18 22:41:42

  Added:                aaquake2-0.1-glibc.patch
  Log:
  Fixing compiling for asm/io.h missing. Bug #212965
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  games-fps/aaquake2/files/aaquake2-0.1-glibc.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/files/aaquake2-0.1-glibc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/files/aaquake2-0.1-glibc.patch?rev=1.1&content-type=text/plain

Index: aaquake2-0.1-glibc.patch
===================================================================
--- linux/rw_aa.c.old	2008-03-18 23:29:28.000000000 +0100
+++ linux/rw_aa.c	2008-03-18 23:29:44.000000000 +0100
@@ -61,7 +61,7 @@
 #include <signal.h>
 #include <sys/mman.h>
 
-#include <asm/io.h>
+#include <sys/io.h>
 
 #include <aalib.h>
 
--- linux/rw_in_aa.c.old	2008-03-18 23:29:33.000000000 +0100
+++ linux/rw_in_aa.c	2008-03-18 23:29:54.000000000 +0100
@@ -46,7 +46,7 @@
 #include <signal.h>
 #include <sys/mman.h>
 
-#include <asm/io.h>
+#include <sys/io.h>
 
 #include <aalib.h>
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-18 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 22:41 [gentoo-commits] gentoo-x86 commit in games-fps/aaquake2/files: aaquake2-0.1-glibc.patch Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox