slackbuilds_ponce/games/BeastieWorker/Makefile_x64.patch

14 lines
602 B
Diff
Raw Normal View History

--- 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