tupone 14/10/22 06:45:48 Added: ufo-ai-2.4-anon.patch Log: Fix build as per Bug #481678 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.1 games-strategy/ufo-ai/files/ufo-ai-2.4-anon.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.4-anon.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.4-anon.patch?rev=1.1&content-type=text/plain Index: ufo-ai-2.4-anon.patch =================================================================== --- src/tools/radiant/radiant/camera/CameraSettings.h.old 2014-10-22 08:30:35.690248415 +0200 +++ src/tools/radiant/radiant/camera/CameraSettings.h 2014-10-22 08:31:12.329900302 +0200 @@ -16,13 +16,13 @@ const std::string RKEY_ENABLE_FARCLIP = "user/ui/camera/enableCubicClipping"; const std::string RKEY_DRAWMODE = "user/ui/camera/drawMode"; const std::string RKEY_SOLID_SELECTION_BOXES = "user/ui/xyview/solidSelectionBoxes"; +} enum CameraDrawMode { drawWire, drawSolid, drawTexture }; -} /* greebo: This is the home of all the camera settings. As this class derives * from a RegistryKeyObserver, it can be connected to the according registry keys * and gets notified if any of the observed keys are changed.*/
