diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-11-22 03:15:30 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-11-22 03:15:30 +0000 |
commit | 45918cbdbad4e4fd291a06321a523529e452eba3 (patch) | |
tree | 4b729aaa2d1dd11a18404bad0d85a73aed1614e9 /emulators/snes9x | |
parent | dd3a198e6205f74d1bfb347fb949b403dbfa05ad (diff) | |
download | ports-45918cbdbad4e4fd291a06321a523529e452eba3.tar.gz ports-45918cbdbad4e4fd291a06321a523529e452eba3.zip |
Notes
Diffstat (limited to 'emulators/snes9x')
-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 |