diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-28 22:44:05 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-28 22:44:05 +0000 |
commit | 3f6f336678091e1c58f8262f8ce4c110e08a7665 (patch) | |
tree | dad7fb02d55ed9056c6cc5a4a3dcc28e58b70197 /games/quake2-ctf | |
parent | 676baf734b9b3621bd527551b883861bdc066c41 (diff) |
Notes
Diffstat (limited to 'games/quake2-ctf')
-rw-r--r-- | games/quake2-ctf/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2-ctf/files/Makefile b/games/quake2-ctf/files/Makefile index 424646b48e22..8ffe851c685c 100644 --- a/games/quake2-ctf/files/Makefile +++ b/games/quake2-ctf/files/Makefile @@ -7,6 +7,6 @@ SRCS!= ls *.c CFLAGS+= -Dstricmp=strcasecmp -ffast-math -funroll-loops \ -fomit-frame-pointer -fexpensive-optimizations -LDFLAGS+= -L/lib -lm +LDFLAGS+= -L/lib -L/usr/lib -lm .include <bsd.lib.mk> |