1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/games/race/files/patch-Makefile
Ying-Chieh Liao a5ab53ad98 add race 0.5
OpenGL Racing Game
2002-07-16 16:00:15 +00:00

12 lines
411 B
Plaintext

--- Makefile.orig Tue Jul 16 23:35:15 2002
+++ Makefile Tue Jul 16 23:38:31 2002
@@ -27,7 +27,7 @@
$(CC) main.o timing.o vector.o fifo.o ortho.o audio.o font.o \
init.o textures.o terrain.o menu.o game.o hud.o messages.o \
camera.o \
- -o $(BIN) -lGL -lGLU -lSDL_image -lSDL_mixer -lm `sdl-config --libs`
+ -o $(BIN) ${LDFLAGS} -lGL -lGLU -lSDL_image -lSDL_mixer -lm `sdl-config --libs`
@rm -f *.o