diff options
author | deischen <deischen@FreeBSD.org> | 2013-07-11 23:39:15 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2013-07-11 23:39:15 +0800 |
commit | 7a5e7fc76f2da57e8e2031996f6719c6d9066112 (patch) | |
tree | 1269e67b79385829e957512818dae16807550235 | |
parent | 365ff63effb242e478d612017f6d9e023b7db440 (diff) | |
download | freebsd-ports-gnome-7a5e7fc76f2da57e8e2031996f6719c6d9066112.tar.gz freebsd-ports-gnome-7a5e7fc76f2da57e8e2031996f6719c6d9066112.tar.zst freebsd-ports-gnome-7a5e7fc76f2da57e8e2031996f6719c6d9066112.zip |
From maintainer, trim trailing spaces.
PR: 180016
-rw-r--r-- | games/tuxkart/files/patch-src-gfx.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/tuxkart/files/patch-src-gfx.cxx b/games/tuxkart/files/patch-src-gfx.cxx index 343e12084104..603008215bf5 100644 --- a/games/tuxkart/files/patch-src-gfx.cxx +++ b/games/tuxkart/files/patch-src-gfx.cxx @@ -1,18 +1,18 @@ ---- src/gfx.cxx.orig Sat Nov 10 08:32:52 2001 -+++ src/gfx.cxx Wed Jul 3 04:03:27 2002 -@@ -4,9 +4,11 @@ +--- src/gfx.cxx.orig 2004-03-18 17:21:44.000000000 +0100 ++++ src/gfx.cxx 2013-06-27 01:40:14.000000000 +0200 +@@ -4,8 +4,10 @@ #ifndef WIN32 #include <unistd.h> #include <string.h> +#if 0 #include <sys/io.h> - #include <sys/perm.h> - #endif +-#include <sys/perm.h> ++#include <sys/perm.h> +#endif + #endif - static unsigned int lastGLUTKeystroke = 0 ; - -@@ -185,6 +187,7 @@ + static unsigned int lastKeystroke = 0 ; +@@ -137,6 +139,7 @@ glEnd () ; glFlush () ; @@ -20,7 +20,7 @@ static int firsttime = TRUE ; if ( firsttime ) -@@ -219,6 +222,8 @@ +@@ -171,6 +174,8 @@ outb ( (stereo==-1) ? ~3 : ~2, LPBASE+2 ) ; stereo = -stereo ; } |