diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-04-16 03:07:42 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-04-16 03:07:42 +0000 |
commit | 6c03ef678372e1c921ad6467bf8ed0e2e559ef74 (patch) | |
tree | 9c7404eee6238d7caeda72943829787b995a30f3 /emulators/snes9x | |
parent | 7a175d4305184439fde107d776f1305db954b787 (diff) |
Notes
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/files/patch-aa | 9 | ||||
-rw-r--r-- | emulators/snes9x/pkg-descr | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/emulators/snes9x/files/patch-aa b/emulators/snes9x/files/patch-aa index caca8ac4e03c..2fa126a69dcb 100644 --- a/emulators/snes9x/files/patch-aa +++ b/emulators/snes9x/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Mon Jan 24 16:15:50 2000 -+++ Makefile Wed Mar 8 23:24:45 2000 ++++ Makefile Wed Mar 15 02:23:16 2000 @@ -50,11 +50,6 @@ UNZIPDEFINES=-DUNZIP_SUPPORT endif @@ -22,16 +22,17 @@ +CC ?= gcc NASM = nasm +-INCLUDES=-I/usr/X11R6/include -I/usr/local/include +ifdef THREAD_SOUND +CPUDEFINES += -DUSE_THREADS +CC += -pthread +CCC += -pthread +endif + - INCLUDES=-I/usr/X11R6/include -I/usr/local/include ++INCLUDES=-I${X11BASE}/include -I${LOCALBASE}/include -OPTIMISE=-O6 -mpentium -fomit-frame-pointer -fno-exceptions -+OPTIMISE= $(CXXFLAGS) -O6 -mpentium -fomit-frame-pointer -fno-exceptions ++OPTIMISE= $(CXXFLAGS) CCFLAGS = $(OPTIMISE) -DMITSHM \ -Ii386 \ @@ -52,7 +53,7 @@ # symbol error when run on a Redhat box. -LDLIBS = -L/usr/X11R6/lib frame.o -+LDLIBS = -L/usr/X11R6/lib ++LDLIBS = -L${X11BASE}/lib ifdef GLIDE ifdef NETPLAY diff --git a/emulators/snes9x/pkg-descr b/emulators/snes9x/pkg-descr index 71eef7eca23e..8cc1bb17c8ae 100644 --- a/emulators/snes9x/pkg-descr +++ b/emulators/snes9x/pkg-descr @@ -1 +1,3 @@ Super Nintendo Entertainment System(SNES) Emulator + +WWW: http://www.snes9x.com/ |