CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/02/01 12:04:32
Added files:
games/alephone/alephone/patches:
patch-Source_Files_GameWorld_effects_h
Log message:
alephone: avoid conflict between effects.h and openal
openal has parameter names in its headers, which causes a conflict with
a badly named macro in the internal effects.h. Pull in the header using
an effects parameter that caused a build failure above the definition of
the effects macro.
ok phessler (maintainer) sthen