summaryrefslogtreecommitdiff
path: root/emulators/scummvm/files/patch-Makefile
blob: 2b95d83fc14ca2c3ee39b6afaa02a37a57f3d57e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.orig	Tue May 14 17:11:37 2002
+++ Makefile	Tue May 14 17:12:23 2002
@@ -1,14 +1,13 @@
 # $Header: /cvsroot/scummvm/scummvm/Makefile,v 1.41 2002/04/27 16:58:28 ender Exp $
 
-CC      = g++
-CFLAGS  = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar 
+CFLAGS  += -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar 
 DEFINES = -DUNIX
 LDFLAGS :=
-INCLUDES:= `sdl-config --cflags` -I./ -I./sound
+INCLUDES:= `sdl11-config --cflags` -I./ -I./sound
 CPPFLAGS= $(DEFINES) $(INCLUDES)
 
 # Add -lmad for -DCOMPRESSED_SOUND_FILE
-LIBS	= `sdl-config --libs` -lncurses
+LIBS	= `sdl11-config --libs` -lncurses
 
 OBJS	= sdl.o