diff options
Diffstat (limited to 'games/xracer/files')
-rw-r--r-- | games/xracer/files/patch-ab | 11 | ||||
-rw-r--r-- | games/xracer/files/patch-ac | 12 | ||||
-rw-r--r-- | games/xracer/files/patch-ad | 11 | ||||
-rw-r--r-- | games/xracer/files/patch-ae | 11 | ||||
-rw-r--r-- | games/xracer/files/patch-af | 16 |
5 files changed, 61 insertions, 0 deletions
diff --git a/games/xracer/files/patch-ab b/games/xracer/files/patch-ab new file mode 100644 index 000000000000..6f45de7b2035 --- /dev/null +++ b/games/xracer/files/patch-ab @@ -0,0 +1,11 @@ +--- aclocal.m4.orig Mon Jun 21 05:48:38 1999 ++++ aclocal.m4 Thu Aug 10 01:41:06 2000 +@@ -43,7 +43,7 @@ + dnl AM_INIT_AUTOMAKE(package,version, [no-define]) + + AC_DEFUN(AM_INIT_AUTOMAKE, +-[AC_REQUIRE([AM_PROG_INSTALL]) ++[AC_REQUIRE([AC_PROG_INSTALL]) + PACKAGE=[$1] + AC_SUBST(PACKAGE) + VERSION=[$2] diff --git a/games/xracer/files/patch-ac b/games/xracer/files/patch-ac new file mode 100644 index 000000000000..75af160a9f06 --- /dev/null +++ b/games/xracer/files/patch-ac @@ -0,0 +1,12 @@ +--- src/Makefile.am.orig Mon Aug 9 00:37:36 1999 ++++ src/Makefile.am Thu Aug 10 01:32:14 2000 +@@ -15,8 +15,7 @@ + # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + #TRACK = track-general +-CFLAGS = -Wall -O3 @XRACER_EXTRA_CFLAGS@ \ +- -I/usr/X11R6/include -I/usr/local/include ++CFLAGS = @CFLAGS@ @XRACER_EXTRA_CFLAGS@ + + bin_PROGRAMS = xracer + diff --git a/games/xracer/files/patch-ad b/games/xracer/files/patch-ad new file mode 100644 index 000000000000..40db7b606437 --- /dev/null +++ b/games/xracer/files/patch-ad @@ -0,0 +1,11 @@ +--- test/Makefile.am.orig Sun Jul 11 21:36:17 1999 ++++ test/Makefile.am Thu Aug 10 02:00:47 2000 +@@ -14,7 +14,7 @@ + # along with this program; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-CFLAGS = -Wall -O3 -I/usr/X11R6/include -I/usr/local/include -I../src ++CFLAGS = @CFLAGS@ -I$(top_srcdir)/src + + bin_PROGRAMS = test-poly-opts + diff --git a/games/xracer/files/patch-ae b/games/xracer/files/patch-ae new file mode 100644 index 000000000000..95aec32a494d --- /dev/null +++ b/games/xracer/files/patch-ae @@ -0,0 +1,11 @@ +--- tools/Makefile.am.orig Wed Aug 25 06:50:22 1999 ++++ tools/Makefile.am Thu Aug 10 01:59:08 2000 +@@ -15,7 +15,7 @@ + # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + #TRACK = track-general +-CFLAGS = -Wall -O -I/usr/X11R6/include -I/usr/local/include -I$(top_srcdir)/src ++CFLAGS = @CFLAGS@ -I$(top_srcdir)/src + + bin_PROGRAMS = mktrackmodel mktrack perlin + diff --git a/games/xracer/files/patch-af b/games/xracer/files/patch-af new file mode 100644 index 000000000000..11558bdd36e0 --- /dev/null +++ b/games/xracer/files/patch-af @@ -0,0 +1,16 @@ +--- src/sound/generic.c.orig Sun Sep 12 22:16:25 1999 ++++ src/sound/generic.c Thu Aug 10 03:18:34 2000 +@@ -37,11 +37,11 @@ + int + os_sound_enable () + { +- return fd; ++ return -1; + } + + int + os_sound_disable () + { +- return fd; ++ return -1; + } |