1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/xlogical/files/patch-sound_files.cpp
Martin Wilke 314ce217e2 - Fix build with gcc 4.2
PR:		117319
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-06 10:26:13 +00:00

12 lines
379 B
C++

--- sound_files.cpp.orig 2007-11-06 00:08:33.000000000 +0100
+++ sound_files.cpp 2007-11-06 00:08:45.000000000 +0100
@@ -22,7 +22,7 @@
#include "defs.h"
-char *soundFiles[] = {
+const char *soundFiles[] = {
DATA_DIR PATHSEP "sound" PATHSEP "block_ball.wav",
DATA_DIR PATHSEP "sound" PATHSEP "bonus_life.wav",
DATA_DIR PATHSEP "sound" PATHSEP "catch_ball.wav",