diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-07-02 05:27:37 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-07-02 05:27:37 +0000 |
commit | e8ed2dfbf438fe1fa9764599568aad047fd09cbc (patch) | |
tree | 88d53b58c8064b9c5f68332c12e29f7d86ba06f4 /emulators/snes9x | |
parent | bf28cb59e0397abe845bc6bb84f565431706d695 (diff) | |
download | ports-e8ed2dfbf438fe1fa9764599568aad047fd09cbc.tar.gz ports-e8ed2dfbf438fe1fa9764599568aad047fd09cbc.zip |
Notes
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 8 | ||||
-rw-r--r-- | emulators/snes9x/distinfo | 2 | ||||
-rw-r--r-- | emulators/snes9x/files/patch-aa | 25 |
3 files changed, 22 insertions, 13 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 40be66496de3..64c3278c07ba 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: snes9x -# Version required: 118e +# Version required: 119a # Date created: 20 July 1997 # Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.8 1999/03/31 14:01:18 flathill Exp $ +# $Id: Makefile,v 1.9 1999/05/01 12:34:09 jseger Exp $ # -DISTNAME= snes118e -PKGNAME= snes9x-118e +DISTNAME= s9x119asrc +PKGNAME= snes9x-119a CATEGORIES= emulators MASTER_SITES= http://www.snes9x.com/zips/ diff --git a/emulators/snes9x/distinfo b/emulators/snes9x/distinfo index 397ae1a38610..7ce7df353d55 100644 --- a/emulators/snes9x/distinfo +++ b/emulators/snes9x/distinfo @@ -1 +1 @@ -MD5 (snes118e.zip) = 676e4509c80031e8dd9938cd6e68f5d1 +MD5 (s9x119asrc.zip) = 96a19ce2f301593676de13fd37e0c569 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 |