summaryrefslogtreecommitdiff
path: root/emulators/snes9x/files/patch-aa
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-07-02 05:27:37 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-07-02 05:27:37 +0000
commite8ed2dfbf438fe1fa9764599568aad047fd09cbc (patch)
tree88d53b58c8064b9c5f68332c12e29f7d86ba06f4 /emulators/snes9x/files/patch-aa
parentUpdate MASTER_SITE. (diff)
Update to 119a
PR: ports/12485 Submitted by: nakai@maple.ocn.ne.jp
Notes
Notes: svn path=/head/; revision=19954
Diffstat (limited to '')
-rw-r--r--emulators/snes9x/files/patch-aa25
1 files changed, 17 insertions, 8 deletions
diff --git a/emulators/snes9x/files/patch-aa b/emulators/snes9x/files/patch-aa
index 9014e7a7f906..d4679737ea03 100644
--- a/emulators/snes9x/files/patch-aa
+++ b/emulators/snes9x/files/patch-aa
@@ -1,7 +1,7 @@
---- Makefile.linux.orig Sat Mar 27 15:19:07 1999
-+++ Makefile.linux Sat Mar 27 15:31:11 1999
-@@ -5,7 +5,7 @@
- UNZIP=1
+--- Makefile.linux.orig Fri Apr 30 17:57:48 1999
++++ Makefile.linux Thu Jul 1 09:57:11 1999
+@@ -6,7 +6,7 @@
+ #GLIDE=1
ifdef ZSNESFX
-FXOBJ=i386/zsnes.o
@@ -9,7 +9,7 @@
FXDEFINES=-DZSNES_FX -DEXECUTE_SUPERFX_PER_LINE
FXDEPENDS=zsnes_fx
FXNO_DEPENDS=c_fx
-@@ -16,7 +16,7 @@
+@@ -17,7 +17,7 @@
FXNO_DEPENDS=zsnes_fx
endif
@@ -18,8 +18,8 @@
ifdef ASMCPU
ifdef SPC700ASM
-@@ -47,8 +47,8 @@
- UNZIPDEFINES=-DUNZIP_SUPPORT
+@@ -59,8 +59,8 @@
+ GLIDENO_DEPENDS=use_glide
endif
-CCC = gcc
@@ -29,7 +29,7 @@
NASM = nasm
INCLUDES=-I/usr/X11R6/include -I/usr/local/include
-@@ -59,7 +59,6 @@
+@@ -71,7 +71,6 @@
-Ii386 \
-I. \
-Iunzip \
@@ -37,3 +37,12 @@
-DZLIB \
-DNO_INLINE_SET_GET \
-DVAR_CYCLES \
+@@ -101,7 +100,7 @@
+ # system using the egcs compiler get an undefined __register_frame_info
+ # symbol error when run on a Redhat box.
+
+-LDLIBS = -L/usr/X11R6/lib frame.o
++LDLIBS = -L/usr/X11R6/lib
+
+ ifdef GLIDE
+ ifdef NETPLAY