diff options
Diffstat (limited to 'emulators/stella/files/patch-src::ui::sound::makefile')
-rw-r--r-- | emulators/stella/files/patch-src::ui::sound::makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/stella/files/patch-src::ui::sound::makefile b/emulators/stella/files/patch-src::ui::sound::makefile new file mode 100644 index 000000000000..037b08b5012f --- /dev/null +++ b/emulators/stella/files/patch-src::ui::sound::makefile @@ -0,0 +1,14 @@ +--- src/ui/sound/makefile.orig Fri Dec 28 04:54:36 2001 ++++ src/ui/sound/makefile Tue Jan 7 09:10:08 2003 +@@ -1,9 +1,9 @@ + ############################################################################### + ## C compiler to use + ############################################################################### +-CC = gcc ++CC ?= gcc + +-CFLAGS = -DWIN32 -O -ansi -Wall ++CFLAGS += -DWIN32 + + OBJS = TIASound.o + |