summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-04-16 03:07:42 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-04-16 03:07:42 +0000
commit6c03ef678372e1c921ad6467bf8ed0e2e559ef74 (patch)
tree9c7404eee6238d7caeda72943829787b995a30f3 /emulators
parentUpdate to 2c7 (diff)
- Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properly
- Add WWW: line into pkg/DESCR PR: ports/17462 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=27627
Diffstat (limited to 'emulators')
-rw-r--r--emulators/snes9x/files/patch-aa9
-rw-r--r--emulators/snes9x/pkg-descr2
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/