diff options
Diffstat (limited to 'games-sports/toycars/files/toycars-0.3.5-fmod.patch')
-rw-r--r-- | games-sports/toycars/files/toycars-0.3.5-fmod.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-sports/toycars/files/toycars-0.3.5-fmod.patch b/games-sports/toycars/files/toycars-0.3.5-fmod.patch deleted file mode 100644 index a260af4642cc..000000000000 --- a/games-sports/toycars/files/toycars-0.3.5-fmod.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.am -+++ src/Makefile.am -@@ -3,7 +3,7 @@ - bin_PROGRAMS = toycars - - AM_CXXFLAGS = -Wall @SDL_CFLAGS@ @GL_CFLAGS@ @GLU_CFLAGS@ --AM_CPPFLAGS = -I $(top_srcdir)/src/glf -I $(top_srcdir)/src/MyFisix -I $(top_srcdir)/src/Scoobie -I $(top_srcdir)/src/tinyxml -+AM_CPPFLAGS = -I $(top_srcdir)/src/glf -I $(top_srcdir)/src/MyFisix -I $(top_srcdir)/src/Scoobie -I $(top_srcdir)/src/tinyxml -I/usr/include/fmodex - - toycars_SOURCES = CarGame.cpp RobotPlayer.cpp Player.cpp Wheel.cpp Kaboom.cpp PlayerBomb.cpp WheelSprite.cpp Minimap.cpp Startline.cpp main.cpp NeedleImage.cpp ToyCar.cpp PacejkaCurve.cpp Vehicle.cpp Menu.cpp TcPreferences.cpp HotPotatoGame.cpp KnockOutGame.cpp TrackEditor.cpp RobotHotPotatoPlayer.cpp StartLight.cpp - |