aboutsummaryrefslogtreecommitdiff
path: root/emulators/zsnes/files
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-29 23:29:56 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-29 23:29:56 +0000
commit62768764b7c6b54cb03697978897d6ec5b269880 (patch)
tree5ca683f82735639c2d2b1cfb329364fb08400d94 /emulators/zsnes/files
parent26d0cc6572436a7dd7d66dfee74a69d4a28f51c0 (diff)
downloadports-62768764b7c6b54cb03697978897d6ec5b269880.tar.gz
ports-62768764b7c6b54cb03697978897d6ec5b269880.zip
Update to version 1.31
PR: 28528 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44570
Diffstat (limited to 'emulators/zsnes/files')
-rw-r--r--emulators/zsnes/files/patch-src::makefile.linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/zsnes/files/patch-src::makefile.linux b/emulators/zsnes/files/patch-src::makefile.linux
index cffe63dd6484..afbf8a35b301 100644
--- a/emulators/zsnes/files/patch-src::makefile.linux
+++ b/emulators/zsnes/files/patch-src::makefile.linux
@@ -1,5 +1,5 @@
---- src/makefile.linux.orig Wed May 16 22:38:21 2001
-+++ src/makefile.linux Mon May 21 17:02:43 2001
+--- src/makefile.linux.orig Fri Jun 29 23:12:52 2001
++++ src/makefile.linux Fri Jun 29 23:13:27 2001
@@ -23,7 +23,7 @@
WINDIR=linux
OBJDIR=obj
@@ -9,7 +9,7 @@
CHIPSOBJ=${CHIPDIR}/sfxproc.o ${CHIPDIR}/fxemu2.o ${CHIPDIR}/dsp1proc.o\
${CHIPDIR}/fxemu2b.o ${CHIPDIR}/fxemu2c.o ${CHIPDIR}/fxtable.o\
-@@ -58,12 +58,12 @@
+@@ -59,12 +59,12 @@
MAINOBJ=cfgload.o endmem.o fixsin.o init.o ui.o vcache.o water.o
OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${ZIPOBJ} ${MAINOBJ}