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:
parent
cb49ebd8e8
commit
9840dffe9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189709
@ -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
|
||||
|
13
emulators/fuse/files/patch-sound.c
Normal file
13
emulators/fuse/files/patch-sound.c
Normal 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).
|
Loading…
Reference in New Issue
Block a user