diff options
Diffstat (limited to 'games/quake2-matrix/files/patch-MatrixFixSource__Makefile')
-rw-r--r-- | games/quake2-matrix/files/patch-MatrixFixSource__Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2-matrix/files/patch-MatrixFixSource__Makefile b/games/quake2-matrix/files/patch-MatrixFixSource__Makefile index f48ecaab03ae..eb9b5895c6df 100644 --- a/games/quake2-matrix/files/patch-MatrixFixSource__Makefile +++ b/games/quake2-matrix/files/patch-MatrixFixSource__Makefile @@ -1,5 +1,5 @@ --- ./MatrixFixSource/Makefile.orig Fri Feb 3 05:47:07 2006 -+++ ./MatrixFixSource/Makefile Sun Dec 24 13:57:26 2006 ++++ ./MatrixFixSource/Makefile Wed Jan 10 19:07:23 2007 @@ -16,22 +16,12 @@ # this nice line comes from the linux kernel makefile ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc/ -e s/sparc64/sparc/ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/alpha/axp/) |