aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-05-25 16:22:19 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-05-25 16:22:19 +0000
commit71e132351ea202b3edd7ad5df9a7a522861c1567 (patch)
tree2fbbcf387da6b3055bd58049526ff302037e13c0 /Makefile
parentefed02b574aa43bdd611d99edd782f3e3bee7801 (diff)
downloadioquake3-aero-71e132351ea202b3edd7ad5df9a7a522861c1567.tar.gz
ioquake3-aero-71e132351ea202b3edd7ad5df9a7a522861c1567.zip
sdl1111111111111111111111111111
git-svn-id: svn://svn.icculus.org/quake3/trunk@789 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a1faafb..52986e9 100644
--- a/Makefile
+++ b/Makefile
@@ -432,7 +432,7 @@ ifeq ($(PLATFORM),freebsd)
endif
ifeq ($(USE_SDL),1)
- BASE_CFLAGS += $(shell sdl11-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1
+ BASE_CFLAGS += $(shell sdl-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1
endif
ifeq ($(ARCH),axp)
@@ -463,7 +463,7 @@ ifeq ($(PLATFORM),freebsd)
CLIENT_LDFLAGS =
ifeq ($(USE_SDL),1)
- CLIENT_LDFLAGS += $(shell sdl11-config --libs)
+ CLIENT_LDFLAGS += $(shell sdl-config --libs)
else
CLIENT_LDFLAGS += -L/usr/X11R6/$(LIB) -lGL -lX11 -lXext -lXxf86dga -lXxf86vm
endif