From af7fa1784d78d54aaf7df87a81dcb1d0b6a06a88 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Thu, 25 May 2006 16:22:19 +0000 Subject: [PATCH] sdl1111111111111111111111111111 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1faafb4..52986e9d 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