aboutsummaryrefslogtreecommitdiff
path: root/emulators/fuse
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-10 19:33:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-10 19:33:16 +0000
commit9840dffe9f20ac52cc8b8c668bb9e1fb35ddbf99 (patch)
tree4abd73566517726b07c22fc6c08e7d95fdfdcd68 /emulators/fuse
parentcb49ebd8e8f00a08174fda9c89715158ec455c96 (diff)
downloadports-9840dffe9f20ac52cc8b8c668bb9e1fb35ddbf99.tar.gz
ports-9840dffe9f20ac52cc8b8c668bb9e1fb35ddbf99.zip
Notes
Diffstat (limited to 'emulators/fuse')
-rw-r--r--emulators/fuse/Makefile2
-rw-r--r--emulators/fuse/files/patch-sound.c13
2 files changed, 14 insertions, 1 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index 51d76ca63a02..cb29bde4018c 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fuse
PORTVERSION= 0.7.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fuse-emulator
diff --git a/emulators/fuse/files/patch-sound.c b/emulators/fuse/files/patch-sound.c
new file mode 100644
index 000000000000..9f5a596a1d1a
--- /dev/null
+++ b/emulators/fuse/files/patch-sound.c
@@ -0,0 +1,13 @@
+--- sound.c.orig Thu Mar 29 16:09:24 2007
++++ sound.c Thu Mar 29 16:09:50 2007
+@@ -58,8 +58,8 @@
+ int sound_stereo_ay_abc=0; /* (AY stereo) true for ABC stereo, else ACB */
+ int sound_stereo_ay_narrow=0; /* (AY stereo) true for narrow AY st. sep. */
+
+-static int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */
+-static int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */
++int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */
++int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */
+
+
+ /* assume all three tone channels together match the beeper volume (ish).