diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-30 07:29:56 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-30 07:29:56 +0800 |
commit | aaf8c76e9d406de976d7433c833397ba3fb6de46 (patch) | |
tree | fdd6f66389474da8ab83a7c51184d242c05f8ea6 /emulators/zsnes/files | |
parent | a44f4ac22ee02126e675d3dbf15d67a8105ebda3 (diff) | |
download | freebsd-ports-gnome-aaf8c76e9d406de976d7433c833397ba3fb6de46.tar.gz freebsd-ports-gnome-aaf8c76e9d406de976d7433c833397ba3fb6de46.tar.zst freebsd-ports-gnome-aaf8c76e9d406de976d7433c833397ba3fb6de46.zip |
Update to version 1.31
PR: 28528
Submitted by: maintainer
Diffstat (limited to 'emulators/zsnes/files')
-rw-r--r-- | emulators/zsnes/files/patch-src::makefile.linux | 6 |
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} |