Update to 119a

PR: ports/12485
Submitted by: nakai@maple.ocn.ne.jp
This commit is contained in:
Seiichirou Hiraoka 1999-07-02 05:27:37 +00:00
parent bf28cb59e0
commit e8ed2dfbf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19954
3 changed files with 22 additions and 13 deletions

View file

@ -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/

View file

@ -1 +1 @@
MD5 (snes118e.zip) = 676e4509c80031e8dd9938cd6e68f5d1
MD5 (s9x119asrc.zip) = 96a19ce2f301593676de13fd37e0c569

View file

@ -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