summaryrefslogtreecommitdiff
path: root/games/ltris/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/ltris/files/patch-aa')
-rw-r--r--games/ltris/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/ltris/files/patch-aa b/games/ltris/files/patch-aa
new file mode 100644
index 000000000000..efc65f51557e
--- /dev/null
+++ b/games/ltris/files/patch-aa
@@ -0,0 +1,11 @@
+--- ltris/Makefile.in 2000/10/19 14:39:51 1.1
++++ ltris/Makefile.in 2000/10/19 14:40:03
+@@ -76,7 +76,7 @@
+
+ bin_PROGRAMS = ltris
+ ltris_SOURCES = tetris.cpp preview.cpp wave.cpp soundserver.cpp shrapnelllist.cpp shrapnell.cpp number.cpp gfx.S block.cpp bowl.cpp hiscore.cpp sdlsurface.cpp sdlfont.cpp sdl.cpp menuitem.cpp menu.cpp menumanager.cpp game.cpp main.cpp
+-ltris_LDADD = -lpthread -lSDL -lm
++ltris_LDADD = #-lpthread -lSDL -lm
+
+ EXTRA_DIST = main.cpp game.cpp game.h menumanager.cpp menumanager.h menu.cpp menu.h menuitem.cpp menuitem.h sdl.cpp sdl.h sdlfont.cpp sdlfont.h sdlsurface.cpp sdlsurface.h defs.h hiscore.cpp hiscore.h bowl.cpp bowl.h block.cpp block.h gfx.h gfx.S number.cpp number.h shrapnell.cpp shrapnell.h shrapnelllist.cpp shrapnelllist.h soundserver.cpp soundserver.h wave.cpp wave.h preview.cpp preview.h tetris.cpp tetris.h bkgnd0.bmp bkgnd1.bmp bkgnd2.bmp bkgnd3.bmp bkgnd4.bmp blocks.bmp logo.bmp quest.bmp title.bmp click.wav explosion.wav stop.wav leftright.wav font_s.sdlfnt f_white.bmp f_yellow.bmp highscore.0 highscore.1 highscore.2
+