MFH: r561873

games/pinball: fix build on GCC architectures

Pinball.cpp:733: error: expected `(' before '{' token
Pinball.cpp: At global scope:
Pinball.cpp:733: error: mixing declarations and function-definitions is forbidden
Pinball.cpp:733: error: a function-definition is not allowed here before '{' token
Pinball.cpp:733: error: expected unqualified-id before ',' token
Pinball.cpp:733: error: a function-definition is not allowed here before '{' token
Pinball.cpp:733: error: expected unqualified-id before ',' token
Pinball.cpp:733: error: a function-definition is not allowed here before '{' token
Pinball.cpp:734: error: expected unqualified-id before '{' token
This commit is contained in:
Piotr Kubaj 2021-01-17 21:50:05 +00:00
parent 25abd7d7a1
commit 2109b27540
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561874

View File

@ -16,8 +16,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl
USE_GITHUB= yes
GH_ACCOUNT= adoptware
USES= autoreconf gl gmake localbase:ldflags libtool:keepla \
pkgconfig sdl xorg # .la needed for plugin loading
USES= autoreconf compiler:c++11-lang gl gmake localbase:ldflags \
libtool:keepla pkgconfig sdl xorg # .la needed for plugin loading
USE_XORG= ice sm
USE_GL= gl glu
USE_SDL= image mixer sdl