summaryrefslogtreecommitdiffstats
path: root/games/BeastieWorker/Makefile_x64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games/BeastieWorker/Makefile_x64.patch')
-rw-r--r--games/BeastieWorker/Makefile_x64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/BeastieWorker/Makefile_x64.patch b/games/BeastieWorker/Makefile_x64.patch
new file mode 100644
index 0000000000..8d7e0058fb
--- /dev/null
+++ b/games/BeastieWorker/Makefile_x64.patch
@@ -0,0 +1,13 @@
+--- BeastieWorker-0.4/src/Makefile.original 2014-04-21 12:16:55.317087746 +0300
++++ BeastieWorker-0.4/src/Makefile 2014-04-21 12:27:11.491384507 +0300
+@@ -3,8 +3,8 @@
+ DEL=rm
+
+ LFLAGS= -O2 -pthread
+-INCS= -I/usr/local/include/SDL11 -I/usr/X11R6/include/
+-LIBS= -L/usr/local/lib -lSDL-1.1 -L/usr/X11R6/lib -lGL -lGLU
++INCS= -I/usr/include/SDL -I/usr/X11R6/include/
++LIBS= -L/usr/lib64 -lSDL -L/usr/X11R6/lib64 -lGL -lGLU
+ OBJS= cursor.o font.o main.o matrixmath.o menu.o model3d.o player.o scene.o sound.o strings.o texture.o sky.o
+ MAIN= BeastieWorker
+