1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build with gcc 4.1

PR:		111030
Submitted by:	Alexey Antipovsky<kemm@in-line.ru> (maintainer)
This commit is contained in:
Martin Wilke 2007-04-10 19:33:16 +00:00
parent cb49ebd8e8
commit 9840dffe9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189709
2 changed files with 14 additions and 1 deletions

View File

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

View File

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