diff options
Diffstat (limited to 'emulators/snes9x/files/patch-aa')
-rw-r--r-- | emulators/snes9x/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/snes9x/files/patch-aa b/emulators/snes9x/files/patch-aa index 4bf161cb863e..2329a7cc493a 100644 --- a/emulators/snes9x/files/patch-aa +++ b/emulators/snes9x/files/patch-aa @@ -38,7 +38,7 @@ #-DMITSHM -CCFLAGS = $(OPTIMISE) -DMITSHM \ -+CCFLAGS = -fomit-frame-pointer -DMITSHM \ ++CCFLAGS = $(CFLAGS) -fomit-frame-pointer -DMITSHM \ -Ii386 \ -I. \ -Iunzip \ @@ -70,7 +70,7 @@ #-DSPC700_SHUTDOWN -CFLAGS=$(CCFLAGS) -+CFLAGS+=$(CCFLAGS) ++#CFLAGS=$(CCFLAGS) .SUFFIXES: .o .cpp .c .cc .h .m .i .S .asm -LDLIBS = -L/usr/X11R6/lib frame.o |